Home
last modified time | relevance | path

Searched refs:getDescriptor (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/incident/src/com/android/server/cts/
DPowerIncidentTest.java32 PowerServiceDumpProto.Wakefulness.getDescriptor() in testPowerServiceDump()
36 PowerServiceDumpProto.PlugType.getDescriptor() in testPowerServiceDump()
40 PowerServiceDumpProto.DockState.getDescriptor() in testPowerServiceDump()
63 PowerServiceDumpProto.UidProto.ProcessState.getDescriptor() in testPowerServiceDump()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java554 BluetoothGattDescriptor descriptor = getDescriptor(uid); in writeDescriptor()
562 BluetoothGattDescriptor descriptor = getDescriptor(uuid); in readDescriptor()
569 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in writeDescriptor()
577 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in readDescriptor()
586 … BluetoothGattDescriptor descriptor = characteristic.getDescriptor(UPDATE_DESCRIPTOR_UUID); in setNotification()
831 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleClientService
836 descriptor = characteristic.getDescriptor(uid); in getDescriptor()
844 private BluetoothGattDescriptor getDescriptor(UUID cuid, UUID duid) { in getDescriptor() method in BleClientService
849 descriptor = characteristic.getDescriptor(duid); in getDescriptor()
DBleEncryptedClientService.java240 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleEncryptedClientService
245 descriptor = characteristic.getDescriptor(uid); in getDescriptor()
279 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_WRITE_UUID); in startEncryptedAction()
285 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID); in startEncryptedAction()
DBleServerService.java355 getDescriptor().setValue(WRITE_VALUE.getBytes()); in resetValues()
597 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleServerService
602 descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()
1076 + (descriptor == getDescriptor()));
DBleEncryptedServerService.java187 … characteristic.getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues()
/cts/tools/dasm/src/dasm/
DDAsm.java1527 int paramSize = Prototype.intern(method_nat.getDescriptor() in createOutputFinisher()