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
618 * {@link #PLAYSTATE_PAUSED},
637 * {@link #PLAYSTATE_PAUSED},
983 case PLAYSTATE_PAUSED:
H A DAudioTrack.java102 public static final int PLAYSTATE_PAUSED = 2; // matches SL_PLAYSTATE_PAUSED field in class:AudioTrack
227 * One of PLAYSTATE_STOPPED, PLAYSTATE_PAUSED, or PLAYSTATE_PLAYING.
1110 * @see #PLAYSTATE_PAUSED
1791 mPlayState = PLAYSTATE_PAUSED;

Completed in 64 milliseconds