HomeSort by relevance Sort by last modified time
    Searched defs:queryCurrentOperatorNameNative (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 50 static native boolean queryCurrentOperatorNameNative(byte[] address);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 659 static jboolean queryCurrentOperatorNameNative(JNIEnv* env, jobject object,
789 {"queryCurrentOperatorNameNative", "([B)Z",
790 (void*)queryCurrentOperatorNameNative},

Completed in 402 milliseconds