Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp526 static jboolean queryCurrentOperatorNameNative(JNIEnv *env, jobject object) { in queryCurrentOperatorNameNative() function
607 {"queryCurrentOperatorNameNative", "()Z", (void *) queryCurrentOperatorNameNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1772 if (queryCurrentOperatorNameNative()) { in processMessage()
2715 private native boolean queryCurrentOperatorNameNative(); in queryCurrentOperatorNameNative() method in HeadsetClientStateMachine