Searched refs:getDescriptor (Results 1 – 13 of 13) sorted by relevance
45 PowerManagerInternalProto.Wakefulness.getDescriptor() in verifyPowerManagerServiceDumpProto()49 BatteryPluggedStateEnum.getDescriptor() in verifyPowerManagerServiceDumpProto()53 IntentProto.DockState.getDescriptor() in verifyPowerManagerServiceDumpProto()86 assertTrue(ProcessStateEnum.getDescriptor() in verifyPowerManagerServiceDumpProto()
66 assertTrue(DiskStatsServiceDumpProto.EncryptionType.getDescriptor().getValues() in verifyDiskStatsServiceDumpProto()95 assertTrue(DiskStatsFreeSpaceProto.Folder.getDescriptor().getValues() in verifyDiskStatsFreeSpaceProto()
79 … assertTrue(UsbHandlerProto.Function.getDescriptor().getValues().contains(f.getValueDescriptor())); in verifyUsbHandlerProto()82 … assertTrue(UsbHandlerProto.Function.getDescriptor().getValues().contains(f.getValueDescriptor())); in verifyUsbHandlerProto()
113 PrinterInfoProto.Status.getDescriptor().getValues() in verifyPrinterInfoProto()124 PrintJobInfoProto.State.getDescriptor().getValues() in verifyPrintJobInfoProto()
39 assertTrue(WindowManagerPolicyProto.UserRotationMode.getDescriptor().getValues() in verifyWindowManagerPolicyProto()
172 …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()
240 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleEncryptedClientService245 descriptor = characteristic.getDescriptor(uid); in getDescriptor()279 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_WRITE_UUID); in startEncryptedAction()285 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID); in startEncryptedAction()
578 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 BleClientService898 descriptor = characteristic.getDescriptor(uid); in getDescriptor()906 private BluetoothGattDescriptor getDescriptor(UUID cuid, UUID duid) { in getDescriptor() method in BleClientService911 descriptor = characteristic.getDescriptor(duid); in getDescriptor()
367 getDescriptor().setValue(WRITE_VALUE.getBytes()); in resetValues()619 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleServerService624 descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()1127 + (descriptor == getDescriptor()));
187 … characteristic.getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues()
114 + inputDevice.isVirtual() + ", descriptor: " + inputDevice.getDescriptor()); in createInputDeviceItems()
530 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()
1867 assertNotNull(descriptor.getDescriptor()); in testGetDevices()