Home
last modified time | relevance | path

Searched refs:NO_ACTIVE_PLAYER (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DMediaPlayerList.java69 private static final int NO_ACTIVE_PLAYER = 0; field in MediaPlayerList
103 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()