Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp48 static jmethodID method_onInBandRing; variable
336 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onInBandRing, in in_band_ring_cb()
437 method_onInBandRing = env->GetMethodID(clazz, "onInBandRing", "(I[B)V"); in classInitNative()