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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 78 void clientDisconnect(in int clientIf, in String address);
BluetoothGatt.java 825 mService.clientDisconnect(mClientIf, mDevice.getAddress());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 428 public void clientDisconnect(int clientIf, String address) {
431 service.clientDisconnect(clientIf, address);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 53 milliseconds