Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java178 return dialNative(getByteAddress(device), number); in dial()
314 private static native boolean dialNative(byte[] address, String number); in dialNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp641 static jboolean dialNative(JNIEnv* env, jobject /* object */, in dialNative() function
904 {"dialNative", "([BLjava/lang/String;)Z", (void*)dialNative}, in register_com_android_bluetooth_hfpclient()