Searched refs:PLAYSTATE_NONE (Results 1 – 2 of 2) sorted by relevance
129 public final static int PLAYSTATE_NONE = 0; field in RemoteControlClient844 private int mPlaybackState = PLAYSTATE_NONE;1042 case PLAYSTATE_NONE: in getStateFromRccState()1077 return PLAYSTATE_NONE; in getRccStateFromState()
635 int playstate = state == null ? RemoteControlClient.PLAYSTATE_NONE in onNewPlaybackState()