Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp44 static jmethodID method_onAtCind; variable
286 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtCind, addr.get()); in AtCindCallback()
424 method_onAtCind = env->GetMethodID(clazz, "onAtCind", "([B)V"); in classInitNative()