Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DDatePickerTest.java327 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in verifyAutofill() local
328 datePicker.autofill(autofilledValue); in verifyAutofill()
329 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()
336 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()
338 assertEquals(datePicker.getAutofillValue(), autofilledValue); in verifyAutofill() local
344 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()
346 assertEquals(datePicker.getAutofillValue(), autofilledValue); in verifyAutofill() local
350 datePicker.autofill(autofilledValue); // 2012-12-21 in verifyAutofill()
DTimePickerTest.java147 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in testAutofill() local
148 mTimePicker.autofill(autofilledValue); in testAutofill()
149 assertEquals(autofilledValue, mTimePicker.getAutofillValue()); in testAutofill()
157 assertEquals(autofilledValue, mTimePicker.getAutofillValue()); in testAutofill()
165 assertEquals(autofilledValue, mTimePicker.getAutofillValue()); in testAutofill()
171 mTimePicker.autofill(autofilledValue); // 04:20 in testAutofill()
175 mTimePicker.autofill(autofilledValue); // 04:20 in testAutofill()