Home
last modified time | relevance | path

Searched refs:getFolderListNative (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1152 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/
DAvrcpControllerService.java882 public native void getFolderListNative(byte[] address, int start, int end); in getFolderListNative() method in AvrcpControllerService
DAvrcpControllerStateMachine.java900 mService.getFolderListNative(mDeviceAddress, in fetchContents()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java526 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getFolderListNative(eq(mTestAddress), in testBrowsingCommands()