HomeSort by relevance Sort by last modified time
    Searched refs:connectNative (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hidd.cpp 418 static jboolean connectNative(JNIEnv* env, jobject thiz, jbyteArray address) {
472 {"connectNative", "([B)Z", (void*)connectNative},
com_android_bluetooth_hfpclient.cpp 439 static jboolean connectNative(JNIEnv* env, jobject object, jbyteArray address) {
777 {"connectNative", "([B)Z", (void*)connectNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDevService.java 480 return connectNative(Utils.getByteAddress(device));
695 private native boolean connectNative(byte[] btAddress);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 39 static native boolean connectNative(byte[] address);
HeadsetClientStateMachine.java 795 if (!NativeInterface.connectNative(getByteAddress(device))) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 292 milliseconds