Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java165 return dialNative(address, number); in dial()
284 private static native boolean dialNative(byte[] address, String number); in dialNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp637 static jboolean dialNative(JNIEnv* env, jobject object, jbyteArray address, in dialNative() function
851 {"dialNative", "([BLjava/lang/String;)Z", (void*)dialNative},