Searched refs:NO_ACTIVE_PLAYER (Results 1 – 1 of 1) sorted by relevance
69 private static final int NO_ACTIVE_PLAYER = 0; field in MediaPlayerList103 private int mActivePlayerId = NO_ACTIVE_PLAYER;210 mActivePlayerId = NO_ACTIVE_PLAYER; in cleanup()519 if (playerId == mActivePlayerId && playerId != NO_ACTIVE_PLAYER) { in removeMediaPlayer()521 mActivePlayerId = NO_ACTIVE_PLAYER; in removeMediaPlayer()554 if (mActivePlayerId != NO_ACTIVE_PLAYER) getActivePlayer().unregisterCallback(); in setActivePlayer()