Searched refs:PLAYER_STATE_IDLE (Results 1 – 5 of 5) sorted by relevance
149 public static final int PLAYER_STATE_IDLE = 1; field in AudioPlaybackConfiguration193 PLAYER_STATE_IDLE,210 case PLAYER_STATE_IDLE: return "PLAYER_STATE_IDLE"; in playerStateToString()351 mPlayerState = PLAYER_STATE_IDLE; in AudioPlaybackConfiguration()731 case PLAYER_STATE_IDLE: in isActive()1015 case PLAYER_STATE_IDLE: return "idle"; in toLogFriendlyPlayerState()
108 mState = AudioPlaybackConfiguration.PLAYER_STATE_IDLE; in PlayerBase()
36 PLAYER_STATE_IDLE = 1, enumerator
7163 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
28296 Landroid/media/MediaPlayerBase;->PLAYER_STATE_IDLE:I