Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp33 static jmethodID method_onNetworkState; variable
114 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onNetworkState, in network_state_cb()
418 method_onNetworkState = env->GetMethodID(clazz, "onNetworkState", "(I[B)V"); in classInitNative()