Searched defs:PLAYSTATE_PAUSED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java77 public final static int PLAYSTATE_PAUSED = 2; field in class:RemoteControlClient
631 * {@link #PLAYSTATE_PAUSED},
650 * {@link #PLAYSTATE_PAUSED},
1057 case PLAYSTATE_PAUSED:
H A DAudioTrack.java103 public static final int PLAYSTATE_PAUSED = 2; // matches SL_PLAYSTATE_PAUSED field in class:AudioTrack
717 * @see #PLAYSTATE_PAUSED
1201 mPlayState = PLAYSTATE_PAUSED;

Completed in 60 milliseconds