Searched refs:PLAYSTATE_NONE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java138 public final static int PLAYSTATE_NONE = 0; field in class:RemoteControlClient
970 private int mPlaybackState = PLAYSTATE_NONE;
H A DMediaFocusControl.java1175 case RemoteControlClient.PLAYSTATE_NONE:
1176 return "PLAYSTATE_NONE";
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardTransportControlView.java275 mCurrentPlayState = RemoteControlClient.PLAYSTATE_NONE; // until we get a callback

Completed in 13 milliseconds