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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp475 static jboolean dialNative(JNIEnv *env, jobject object, jstring number_str) { function in namespace:android
603 {"dialNative", "(Ljava/lang/String;)Z", (void *) dialNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1671 if (dialNative(null)) {
1678 if (dialNative((String) message.obj)) {
2707 private native boolean dialNative(String number); method in class:HeadsetClientStateMachine

Completed in 117 milliseconds