Searched refs:PLAYSTATE_NONE (Results 1 – 5 of 5) sorted by relevance
133 public final static int PLAYSTATE_NONE = 0; field in RemoteControlClient900 private int mPlaybackState = PLAYSTATE_NONE;
120 case RemoteControlClient.PLAYSTATE_NONE: in stateToString()
1017 int playstate = state == null ? RemoteControlClient.PLAYSTATE_NONE : PlaybackState in onNewPlaybackState()
426 case RemoteControlClient.PLAYSTATE_NONE: in getStateFromRccState()462 return RemoteControlClient.PLAYSTATE_NONE; in getRccStateFromState()
274 mCurrentPlayState = RemoteControlClient.PLAYSTATE_NONE; // until we get a callback in KeyguardTransportControlView()