Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp46 static jmethodID method_onCmdResult; variable
304 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCmdResult, (jint)type, in cmd_complete_cb()
434 method_onCmdResult = env->GetMethodID(clazz, "onCmdResult", "(II[B)V"); in classInitNative()