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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 156 return connectNative(getByteAddress(device));
276 private native boolean connectNative(byte[] btAddress);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid_device.cpp 449 static jboolean connectNative(JNIEnv* env, jobject thiz, jbyteArray address) {
513 {"connectNative", "([B)Z", (void*)connectNative},
com_android_bluetooth_hfpclient.cpp 443 static jboolean connectNative(JNIEnv* env, jobject object, jbyteArray address) {
780 {"connectNative", "([B)Z", (void*)connectNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 40 static native boolean connectNative(byte[] address);
HeadsetClientStateMachine.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 79 milliseconds