/cts/tests/tests/location/src/android/location/cts/suplClient/ |
D | SuplRrlpMessagesGenerator.java | 100 .setValue(ipAsbytes); in generateSuplStartLocalLocationMessage() 106 posTechnology.setAgpsSETassistedToNewInstance().setValue(false); in generateSuplStartLocalLocationMessage() 107 posTechnology.setAgpsSETBasedToNewInstance().setValue(true); in generateSuplStartLocalLocationMessage() 108 posTechnology.setAutonomousGPSToNewInstance().setValue(true); in generateSuplStartLocalLocationMessage() 109 posTechnology.setAFLTToNewInstance().setValue(false); in generateSuplStartLocalLocationMessage() 110 posTechnology.setECIDToNewInstance().setValue(false); in generateSuplStartLocalLocationMessage() 111 posTechnology.setEOTDToNewInstance().setValue(false); in generateSuplStartLocalLocationMessage() 112 posTechnology.setOTDOAToNewInstance().setValue(false); in generateSuplStartLocalLocationMessage() 114 setCapabilities.setPrefMethodToNewInstance().setValue(PrefMethod.Value.agpsSETBasedPreferred); in generateSuplStartLocalLocationMessage() 117 posProtocol.setTia801ToNewInstance().setValue(false); in generateSuplStartLocalLocationMessage() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | DatasetTest.java | 54 assertThrows(NullPointerException.class, () -> builder.setValue(null, mValue)); in testBuilder_setValueNullId() 60 assertThat(new Dataset.Builder().setValue(mId, mValue).build()).isNotNull(); in testBuilder_setValueWithoutPresentation() 66 assertThrows(NullPointerException.class, () -> builder.setValue(mId, mValue, in testBuilder_setValueWithNullPresentation() 72 assertThat(new Dataset.Builder(mPresentation).setValue(mId, mValue, (Pattern) null).build()) in testBuilder_setFilteredValueWithNullFilter() 78 assertThat(new Dataset.Builder().setValue(mId, mValue, null, mPresentation).build()) in testBuilder_setFilteredValueWithPresentationNullFilter() 85 assertThrows(NullPointerException.class, () -> builder.setValue(mId, mValue, mFilter, in testBuilder_setFilteredValueWithPresentationNullPresentation() 92 assertThrows(IllegalStateException.class, () -> builder.setValue(mId, mValue, mFilter)); in testBuilder_setFilteredValueWithoutPresentation() 104 builder.setValue(mId, mValue, mPresentation); in testNoMoreInteractionsAfterBuild() 107 assertThrows(IllegalStateException.class, () -> builder.setValue(mId, mValue)); in testNoMoreInteractionsAfterBuild() 109 () -> builder.setValue(mId, mValue, mPresentation)); in testNoMoreInteractionsAfterBuild() [all …]
|
D | CannedFillResponse.java | 533 builder.setValue(autofillId, value, presentation); in asDataset() 535 builder.setValue(autofillId, value, filter.second, presentation); in asDataset() 539 builder.setValue(autofillId, value); in asDataset() 541 builder.setValue(autofillId, value, filter.second); in asDataset() 554 builder.setValue(autofillId, value, presentation); in asDataset() 556 builder.setValue(autofillId, value); in asDataset()
|
D | FillResponseTest.java | 52 .setValue(mAutofillId, AutofillValue.forText("forty-two"))
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | NumberPickerTest.java | 153 mNumberPicker.setValue(1); in testSelectionDisplayedValueFromDisplayedValues() 157 mNumberPicker.setValue(2); in testSelectionDisplayedValueFromDisplayedValues() 161 mNumberPicker.setValue(3); in testSelectionDisplayedValueFromDisplayedValues() 170 mNumberPicker.setValue(1); in testSelectionDisplayedValueFromDisplayedValues() 174 mNumberPicker.setValue(2); in testSelectionDisplayedValueFromDisplayedValues() 186 mNumberPicker.setValue(0); in testSelectionDisplayedValueFromFormatter() 190 mNumberPicker.setValue(1); in testSelectionDisplayedValueFromFormatter() 194 mNumberPicker.setValue(2); in testSelectionDisplayedValueFromFormatter() 198 mNumberPicker.setValue(3); in testSelectionDisplayedValueFromFormatter() 202 mNumberPicker.setValue(4); in testSelectionDisplayedValueFromFormatter() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleServerService.java | 354 getCharacteristic(CHARACTERISTIC_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues() 355 getDescriptor().setValue(WRITE_VALUE.getBytes()); in resetValues() 621 descriptor.setValue(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in createAdditionalNotificationService() 623 notiCharacteristic.setValue(NOTIFY_VALUE); in createAdditionalNotificationService() 629 descriptor.setValue(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in createAdditionalNotificationService() 631 notiCharacteristic.setValue(NOTIFY_VALUE); in createAdditionalNotificationService() 637 descriptor.setValue(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in createAdditionalNotificationService() 639 notiCharacteristic.setValue(NOTIFY_VALUE); in createAdditionalNotificationService() 645 descriptor.setValue(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in createAdditionalNotificationService() 647 notiCharacteristic.setValue(NOTIFY_VALUE); in createAdditionalNotificationService() [all …]
|
D | BleEncryptedServerService.java | 185 characteristic.setValue(WRITE_VALUE.getBytes()); in resetValues() 187 … characteristic.getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues() 348 characteristic.setValue(value); 360 characteristic.setValue(value); 426 descriptor.setValue(value);
|
D | BleClientService.java | 537 characteristic.setValue(writeValue); in writeCharacteristic() 559 descriptor.setValue(writeValue.getBytes()); in writeDescriptor() 574 descriptor.setValue(writeValue.getBytes()); in writeDescriptor() 608 descriptor.setValue(BluetoothGattDescriptor.ENABLE_INDICATION_VALUE); in setNotification() 610 descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in setNotification() 613 descriptor.setValue(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in setNotification()
|
D | BleEncryptedClientService.java | 269 characteristic.setValue(WRITE_VALUE); in startEncryptedAction() 280 descriptor.setValue(WRITE_VALUE.getBytes()); in startEncryptedAction()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | PropertyTest.java | 62 FLOAT_PROP.setValue(this, 10); in testFloatProperty() 74 INT_PROP.setValue(this, 10); in testIntProperty() 137 public void setValue(PropertyTest object, float value) { 151 public void setValue(PropertyTest object, int value) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspBufferBase.java | 38 public abstract void setValue(int index, double value); in setValue() method in DspBufferBase
|
D | DspBufferDouble.java | 42 public void setValue(int index, double value) { in setValue() method in DspBufferDouble
|
D | DspBufferComplex.java | 45 public void setValue(int index, double value) { in setValue() method in DspBufferComplex
|
/cts/tests/tests/location/src/android/location/cts/asn1/base/ |
D | Asn1Boolean.java | 61 public void setValue(boolean value) { in setValue() method in Asn1Boolean
|
D | Asn1Utf8String.java | 49 public void setValue(String value) { in setValue() method in Asn1Utf8String
|
D | Asn1ObjectIdentifier.java | 68 public void setValue(List<Integer> value) { in setValue() method in Asn1ObjectIdentifier
|
D | Asn1Enumerated.java | 48 public void setValue(Value value) { in setValue() method in Asn1Enumerated
|
D | Asn1IA5String.java | 71 setValue(new String(getRemaining(buf), StandardCharsets.US_ASCII)); in decodeBerValue() 100 public void setValue(String value) { in setValue() method in Asn1IA5String
|
D | Asn1OctetString.java | 57 public void setValue(byte[] value) { in setValue() method in Asn1OctetString
|
D | Asn1GeneralString.java | 73 public void setValue(byte[] value) { in setValue() method in Asn1GeneralString
|
D | Asn1BMPString.java | 74 public void setValue(String value) { in setValue() method in Asn1BMPString
|
D | Asn1BitString.java | 59 public void setValue(BitSet value) { in setValue() method in Asn1BitString
|
D | Asn1UTCTime.java | 119 result.setValue(builder.toString()); in encodeToIA5String()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | KeyframeTest.java | 112 keyFrame.setValue(value); in testSetValue()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | TestModuleConfigHandler.java | 77 option.setValue(attributes.getValue(VALUE_TAG)); in startElement()
|