Methods Summary |
---|
public void | adjustVolume(int direction, int flags)
throw new RuntimeException("Stub!");
|
public boolean | dispatchMediaButtonEvent(android.view.KeyEvent keyEvent)
throw new RuntimeException("Stub!");
|
public android.os.Bundle | getExtras()
throw new RuntimeException("Stub!");
|
public long | getFlags()
throw new RuntimeException("Stub!");
|
public android.media.MediaMetadata | getMetadata()
throw new RuntimeException("Stub!");
|
public java.lang.String | getPackageName()
throw new RuntimeException("Stub!");
|
public android.media.session.MediaController$PlaybackInfo | getPlaybackInfo()
throw new RuntimeException("Stub!");
|
public android.media.session.PlaybackState | getPlaybackState()
throw new RuntimeException("Stub!");
|
public java.util.List | getQueue()
throw new RuntimeException("Stub!");
|
public java.lang.CharSequence | getQueueTitle()
throw new RuntimeException("Stub!");
|
public int | getRatingType()
throw new RuntimeException("Stub!");
|
public android.app.PendingIntent | getSessionActivity()
throw new RuntimeException("Stub!");
|
public android.media.session.MediaSession.Token | getSessionToken()
throw new RuntimeException("Stub!");
|
public android.media.session.MediaController$TransportControls | getTransportControls()
throw new RuntimeException("Stub!");
|
public void | registerCallback(android.media.session.MediaController$Callback callback)
throw new RuntimeException("Stub!");
|
public void | registerCallback(android.media.session.MediaController$Callback callback, android.os.Handler handler)
throw new RuntimeException("Stub!");
|
public void | sendCommand(java.lang.String command, android.os.Bundle args, android.os.ResultReceiver cb)
throw new RuntimeException("Stub!");
|
public void | setVolumeTo(int value, int flags)
throw new RuntimeException("Stub!");
|
public void | unregisterCallback(android.media.session.MediaController$Callback callback)
throw new RuntimeException("Stub!");
|