Home
last modified time | relevance | path

Searched refs:isLong (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarProjectionManagerTest.java123 public void sendVoiceKey(boolean isLong) throws InterruptedException { in sendVoiceKey() argument
139 if (isLong) { in sendVoiceKey()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2675 boolean isLong) throws RemoteException { in onServerReadCharacteristic() argument
2693 app.callback.onCharacteristicReadRequest(address, transId, offset, isLong, handle); in onServerReadCharacteristic()
2697 boolean isLong) throws RemoteException { in onServerReadDescriptor() argument
2715 app.callback.onDescriptorReadRequest(address, transId, offset, isLong, handle); in onServerReadDescriptor()