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

/frameworks/base/media/java/android/media/
H A DAudioTrack.java79 public static final int PLAYSTATE_PAUSED = 2; // matches SL_PLAYSTATE_PAUSED field in class:AudioTrack
590 * @see #PLAYSTATE_PAUSED
1031 mPlayState = PLAYSTATE_PAUSED;
H A DRemoteControlClient.java82 public final static int PLAYSTATE_PAUSED = 2; field in class:RemoteControlClient
558 * {@link #PLAYSTATE_PAUSED},
577 * {@link #PLAYSTATE_PAUSED},
1718 case PLAYSTATE_PAUSED:

Completed in 52 milliseconds