Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp49 static jmethodID method_onKeyPressed; variable
353 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onKeyPressed, in KeyPressedCallback()
430 method_onKeyPressed = env->GetMethodID(clazz, "onKeyPressed", "([B)V"); in classInitNative()