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.cpp45 static jmethodID method_onAtCops; variable
300 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtCops, addr.get()); in AtCopsCallback()
425 method_onAtCops = env->GetMethodID(clazz, "onAtCops", "([B)V"); in classInitNative()