Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DPowerIncidentTest.java45 PowerManagerInternalProto.Wakefulness.getDescriptor() in verifyPowerManagerServiceDumpProto()
49 BatteryPluggedStateEnum.getDescriptor() in verifyPowerManagerServiceDumpProto()
53 IntentProto.DockState.getDescriptor() in verifyPowerManagerServiceDumpProto()
86 assertTrue(ProcessStateEnum.getDescriptor() in verifyPowerManagerServiceDumpProto()
DDiskStatsProtoTest.java66 assertTrue(DiskStatsServiceDumpProto.EncryptionType.getDescriptor().getValues() in verifyDiskStatsServiceDumpProto()
95 assertTrue(DiskStatsFreeSpaceProto.Folder.getDescriptor().getValues() in verifyDiskStatsFreeSpaceProto()
DUsbIncidentTest.java79 … assertTrue(UsbHandlerProto.Function.getDescriptor().getValues().contains(f.getValueDescriptor())); in verifyUsbHandlerProto()
82 … assertTrue(UsbHandlerProto.Function.getDescriptor().getValues().contains(f.getValueDescriptor())); in verifyUsbHandlerProto()
DPrintProtoTest.java113 PrinterInfoProto.Status.getDescriptor().getValues() in verifyPrinterInfoProto()
124 PrintJobInfoProto.State.getDescriptor().getValues() in verifyPrintJobInfoProto()
DWindowManagerIncidentTest.java39 assertTrue(WindowManagerPolicyProto.UserRotationMode.getDescriptor().getValues() in verifyWindowManagerPolicyProto()
DActivityManagerIncidentTest.java172 …assertTrue(ConnectionRecordProto.Flag.getDescriptor().getValues().contains(f.getValueDescriptor())… in verifyConnectionRecordProto()
239 … assertTrue(UidRecordProto.Change.getDescriptor().getValues().contains(c.getValueDescriptor())); in verifyUidRecordProto()
267 …assertTrue(VrControllerProto.VrMode.getDescriptor().getValues().contains(vm.getValueDescriptor())); in verifyVrControllerProto()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
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()
DBleClientService.java578 BluetoothGattDescriptor descriptor = getDescriptor(uid); in writeDescriptor()
586 BluetoothGattDescriptor descriptor = getDescriptor(uuid); in readDescriptor()
593 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in writeDescriptor()
601 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in readDescriptor()
649 … BluetoothGattDescriptor descriptor = characteristic.getDescriptor(UPDATE_DESCRIPTOR_UUID); in setNotification()
893 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleClientService
898 descriptor = characteristic.getDescriptor(uid); in getDescriptor()
906 private BluetoothGattDescriptor getDescriptor(UUID cuid, UUID duid) { in getDescriptor() method in BleClientService
911 descriptor = characteristic.getDescriptor(duid); in getDescriptor()
DBleServerService.java367 getDescriptor().setValue(WRITE_VALUE.getBytes()); in resetValues()
619 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleServerService
624 descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()
1127 + (descriptor == getDescriptor()));
DBleEncryptedServerService.java187 … characteristic.getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMicrophoneDeviceTestActivity.java114 + inputDevice.isVirtual() + ", descriptor: " + inputDevice.getDescriptor()); in createInputDeviceItems()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java530 assertTrue("Negative reply value expected, effect " + ae.getDescriptor().uuid + in executeSetParameter()
537 Log.w(TAG, "\"Set parameter\" command rejected for effect " + ae.getDescriptor().uuid + in executeSetParameter()
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java1867 assertNotNull(descriptor.getDescriptor()); in testGetDevices()