Searched refs:PLAYER_STATE_IDLE (Results 1 – 5 of 5) sorted by relevance
146 public static final int PLAYER_STATE_IDLE = 1; field in AudioPlaybackConfiguration175 PLAYER_STATE_IDLE,189 case PLAYER_STATE_IDLE: return "PLAYER_STATE_IDLE"; in playerStateToString()237 mPlayerState = PLAYER_STATE_IDLE; in AudioPlaybackConfiguration()494 case PLAYER_STATE_IDLE: in isActive()668 case PLAYER_STATE_IDLE: return "idle"; in toLogFriendlyPlayerState()
102 mState = AudioPlaybackConfiguration.PLAYER_STATE_IDLE; in PlayerBase()
36 PLAYER_STATE_IDLE = 1, enumerator
5264 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
31174 Landroid/media/MediaPlayerBase;->PLAYER_STATE_IDLE:I