Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp161 static jmethodID method_setBrowsedPlayer; variable
196 method_setBrowsedPlayer = env->GetMethodID(clazz, "setBrowsedPlayer", "(I)V"); in classInitNative()
616 sCallbackEnv->CallVoidMethod(mJavaInterface, method_setBrowsedPlayer, in setBrowsedPlayer()