Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp43 static jmethodID method_onAtChld; variable
258 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld, in AtChldCallback()
423 method_onAtChld = env->GetMethodID(clazz, "onAtChld", "(I[B)V"); in classInitNative()