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.cpp48 static jmethodID method_onKeyPressed; variable
352 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onKeyPressed, in KeyPressedCallback()
429 method_onKeyPressed = env->GetMethodID(clazz, "onKeyPressed", "([B)V"); in classInitNative()