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

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java76 public final static int PLAYSTATE_PAUSED = 2; field in class:RemoteControlClient
630 * {@link #PLAYSTATE_PAUSED},
649 * {@link #PLAYSTATE_PAUSED},
1056 case PLAYSTATE_PAUSED:
H A DAudioTrack.java107 public static final int PLAYSTATE_PAUSED = 2; // matches SL_PLAYSTATE_PAUSED field in class:AudioTrack
233 * One of PLAYSTATE_STOPPED, PLAYSTATE_PAUSED, or PLAYSTATE_PLAYING.
1020 * @see #PLAYSTATE_PAUSED
1639 mPlayState = PLAYSTATE_PAUSED;

Completed in 76 milliseconds