Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp41 static jmethodID method_onWBS; variable
238 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onWBS, wbs_config, in WbsCallback()
421 method_onWBS = env->GetMethodID(clazz, "onWBS", "(I[B)V"); in classInitNative()