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

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

Completed in 2078 milliseconds