Searched refs:getPlayerList (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 729 .getPlayerList(eq(mTestAddress), eq(0), eq(19)); in testBrowsingCommands() 774 .getPlayerList(eq(mTestAddress), eq(0), eq(19)); in testAvailablePlayersChanged() 803 .getPlayerList(eq(mTestAddress), eq(0), eq(19)); in testAvailablePlayersReceived_AddressedPlayerExists() 854 .getPlayerList(eq(mTestAddress), eq(0), eq(19)); in testAvailablePlayersReceived_AddressedPlayerDoesNotExist() 904 .getPlayerList(eq(mTestAddress), eq(0), eq(19)); in testAddressedPlayerChangedToNewKnownPlayer() 2077 verify(mNativeInterface, times(1)).getPlayerList(eq(mTestAddress), eq(0), eq(19)); in testBrowseRequestWhileDisconnectedThenRequestWhileConnected_secondRequestSent()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerNativeInterface.java | 100 void getPlayerList(byte[] address, int start, int end) { in getPlayerList() method in AvrcpControllerNativeInterface
|
D | AvrcpControllerStateMachine.java | 1076 mNativeInterface.getPlayerList(mDeviceAddress, start, end); in fetchContents()
|