Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java225 return queryCurrentOperatorNameNative(getByteAddress(device)); in queryCurrentOperatorName()
322 private static native boolean queryCurrentOperatorNameNative(byte[] address); in queryCurrentOperatorNameNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp737 static jboolean queryCurrentOperatorNameNative(JNIEnv* env, in queryCurrentOperatorNameNative() function
909 (void*)queryCurrentOperatorNameNative}, in register_com_android_bluetooth_hfpclient()