Searched defs:isLong (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 30 in boolean isLong, in int handle); in onCharacteristicReadRequest() 32 in int offset, in boolean isLong, in onDescriptorReadRequest()
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ |
D | IBluetoothGattServerCallback.java | 39 void onCharacteristicReadRequest(String address, int transId, int offset, boolean isLong, in onCharacteristicReadRequest() 43 void onDescriptorReadRequest(String address, int transId, int offset, boolean isLong, in onDescriptorReadRequest()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarProjectionManagerTest.java | 123 public void sendVoiceKey(boolean isLong) throws InterruptedException { in sendVoiceKey()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 263 boolean isLong) throws RemoteException { in onServerReadCharacteristic() 269 boolean isLong) throws RemoteException { in onServerReadDescriptor()
|
D | GattService.java | 4319 boolean isLong) throws RemoteException { in onServerReadCharacteristic() 4341 boolean isLong) throws RemoteException { in onServerReadDescriptor()
|