Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java636 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).getNowPlayingListNative( in testPlayerChanged()
697 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getNowPlayingListNative( in testNowPlaying()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1132 static void getNowPlayingListNative(JNIEnv* env, jobject object, in getNowPlayingListNative() function
1302 {"getNowPlayingListNative", "([BII)V", (void*)getNowPlayingListNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java874 public native void getNowPlayingListNative(byte[] address, int start, int end); in getNowPlayingListNative() method in AvrcpControllerService
DAvrcpControllerStateMachine.java896 mService.getNowPlayingListNative( in fetchContents()