Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java46 static native boolean dialNative(byte[] address, String number); in dialNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp571 static jboolean dialNative(JNIEnv* env, jobject object, jbyteArray address, in dialNative() function