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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvtFilterOnFoundOnLostInfo.java 22 private int mClientIf;
48 mClientIf = client_if;
64 return mClientIf;
FilterParams.java 21 private int mClientIf;
40 mClientIf = client_if;
55 return mClientIf;
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 47 private int mClientIf;
156 mClientIf = clientIf;
174 mService.clientConnect(mClientIf, mDevice.getAddress(),
336 mService.readCharacteristic(mClientIf, address, handle, authReq);
392 mService.writeCharacteristic(mClientIf, address, handle,
469 mService.readDescriptor(mClientIf, address, handle, authReq);
514 mService.writeDescriptor(mClientIf, address, handle,
755 if (DBG) Log.d(TAG, "unregisterApp() - mClientIf=" + mClientIf);
756 if (mService == null || mClientIf == 0) return
    [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 50 milliseconds