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.java116 private final SparseArray<AvrcpPlayer> mAvailablePlayerList; field in AvrcpControllerStateMachine
161 mAvailablePlayerList = new SparseArray<AvrcpPlayer>(); in AvrcpControllerStateMachine()
173 mAvailablePlayerList.put(mAddressedPlayerId, mAddressedPlayer); in AvrcpControllerStateMachine()
246 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()
669 if (!mAvailablePlayerList.contains(mAddressedPlayerId)) { in processMessage()
681 mAvailablePlayerList.put(mAddressedPlayerId, apb.build()); in processMessage()
686 mAddressedPlayer = mAvailablePlayerList.get(mAddressedPlayerId); in processMessage()
[all …]