Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java136 private SparseArray<AvrcpPlayer> mAvailablePlayerList; field in AvrcpControllerStateMachine
160 mAvailablePlayerList = new SparseArray<AvrcpPlayer>(); in AvrcpControllerStateMachine()
172 mAvailablePlayerList.put(mAddressedPlayerId, mAddressedPlayer); in AvrcpControllerStateMachine()
245 return mAvailablePlayerList; in getAvailablePlayers()
265 ProfileService.println(sb, "Available Players (" + mAvailablePlayerList.size() + "): "); in dump()
266 for (int i = 0; i < mAvailablePlayerList.size(); i++) { in dump()
267 AvrcpPlayer player = mAvailablePlayerList.valueAt(i); in dump()
661 if (!mAvailablePlayerList.contains(mAddressedPlayerId)) { in processMessage()
673 mAvailablePlayerList.put(mAddressedPlayerId, apb.build()); in processMessage()
678 mAddressedPlayer = mAvailablePlayerList.get(mAddressedPlayerId); in processMessage()
[all …]