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.java65 private static final int NO_ACTIVE_PLAYER = 0; field in MediaPlayerList
89 private int mActivePlayerId = NO_ACTIVE_PLAYER;
459 if (playerId == mActivePlayerId && playerId != NO_ACTIVE_PLAYER) { in removeMediaPlayer()
461 mActivePlayerId = NO_ACTIVE_PLAYER; in removeMediaPlayer()
482 if (mActivePlayerId != NO_ACTIVE_PLAYER) getActivePlayer().unregisterCallback(); in setActivePlayer()