Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp38 static jmethodID method_onCall; variable
178 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCall, (jint)call, in call_cb()
424 method_onCall = env->GetMethodID(clazz, "onCall", "(I[B)V"); in classInitNative()