Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java729 .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/
DAvrcpControllerNativeInterface.java100 void getPlayerList(byte[] address, int start, int end) { in getPlayerList() method in AvrcpControllerNativeInterface
DAvrcpControllerStateMachine.java1076 mNativeInterface.getPlayerList(mDeviceAddress, start, end); in fetchContents()