Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java96 void getFolderList(byte[] address, int start, int end) { in getFolderList() method in AvrcpControllerNativeInterface
DAvrcpControllerStateMachine.java1082 mNativeInterface.getFolderList(mDeviceAddress, start, end); in fetchContents()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java755 .getFolderList(eq(mTestAddress), eq(0), eq(4)); in testBrowsingCommands()