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

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java134 public final static int PLAYSTATE_NONE = 0; field in class:RemoteControlClient
756 private int mPlaybackState = PLAYSTATE_NONE;
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java197 mCurrentPlayState = RemoteControlClient.PLAYSTATE_NONE; // until we get a callback
495 case RemoteControlClient.PLAYSTATE_NONE:
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardTransportControlView.java194 mCurrentPlayState = RemoteControlClient.PLAYSTATE_NONE; // until we get a callback
497 case RemoteControlClient.PLAYSTATE_NONE:

Completed in 2513 milliseconds