Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp36 static jmethodID method_onAnswerCall; variable
139 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAnswerCall, in AnswerCallCallback()
413 method_onAnswerCall = env->GetMethodID(clazz, "onAnswerCall", "([B)V"); in classInitNative()