Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp39 static jmethodID method_onCallSetup; variable
194 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallSetup, in callsetup_cb()
425 method_onCallSetup = env->GetMethodID(clazz, "onCallSetup", "(I[B)V"); in classInitNative()