Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp46 static jmethodID method_onAtCops; variable
301 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtCops, addr.get()); in AtCopsCallback()
426 method_onAtCops = env->GetMethodID(clazz, "onAtCops", "([B)V"); in classInitNative()