Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp45 static jmethodID method_onCurrentOperator; variable
143 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCurrentOperator, js_name); in current_operator_cb()
287method_onCurrentOperator = env->GetMethodID(clazz, "onCurrentOperator", "(Ljava/lang/String;)V"); in classInitNative()