Searched refs:NO_ACTIVE_PLAYER (Results 1 – 1 of 1) sorted by relevance
69 private static final int NO_ACTIVE_PLAYER = 0; field in MediaPlayerList104 private int mActivePlayerId = NO_ACTIVE_PLAYER;207 mActivePlayerId = NO_ACTIVE_PLAYER; in cleanup()556 if (playerId == mActivePlayerId && playerId != NO_ACTIVE_PLAYER) { in removeMediaPlayer()558 mActivePlayerId = NO_ACTIVE_PLAYER; in removeMediaPlayer()591 if (mActivePlayerId != NO_ACTIVE_PLAYER) getActivePlayer().unregisterCallback(); in setActivePlayer()