Searched defs:PLAYER_STATE_IDLE (Results 1 – 5 of 5) sorted by relevance
37 PLAYER_STATE_IDLE = 1, enumerator
66 public static final int PLAYER_STATE_IDLE = 0; field in MediaPlayerInterface
129 sStateMap.put(MEDIAPLAYER2_STATE_IDLE, MediaPlayerInterface.PLAYER_STATE_IDLE); in sStateMap.put()
58 public static final int PLAYER_STATE_IDLE = 0; field in MediaPlayerBase
142 public static final int PLAYER_STATE_IDLE = 1; field in AudioPlaybackConfiguration