Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp41 static jmethodID method_onRespAndHold; variable
218 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onRespAndHold, in resp_and_hold_cb()
427 method_onRespAndHold = env->GetMethodID(clazz, "onRespAndHold", "(I[B)V"); in classInitNative()