Searched refs:getFolderListNative (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp_controller.cpp | 1152 static void getFolderListNative(JNIEnv* env, jobject object, jbyteArray address, in getFolderListNative() function 1303 {"getFolderListNative", "([BII)V", (void*)getFolderListNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 882 public native void getFolderListNative(byte[] address, int start, int end); in getFolderListNative() method in AvrcpControllerService
|
D | AvrcpControllerStateMachine.java | 900 mService.getFolderListNative(mDeviceAddress, in fetchContents()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 526 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getFolderListNative(eq(mTestAddress), in testBrowsingCommands()
|