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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 46 static native boolean dialNative(byte[] address, String number);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 571 static jboolean dialNative(JNIEnv* env, jobject object, jbyteArray address,
785 {"dialNative", "([BLjava/lang/String;)Z", (void*)dialNative},

Completed in 356 milliseconds