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.java337 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in verifyAutofill() local
338 datePicker.autofill(autofilledValue); in verifyAutofill()
339 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()
346 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()
348 assertEquals(datePicker.getAutofillValue(), autofilledValue); in verifyAutofill() local
354 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()
356 assertEquals(datePicker.getAutofillValue(), autofilledValue); in verifyAutofill() local
360 datePicker.autofill(autofilledValue); // 2012-12-21 in verifyAutofill()
DTimePickerTest.java159 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in testAutofill() local
160 mTimePicker.autofill(autofilledValue); in testAutofill()
161 assertEquals(autofilledValue, mTimePicker.getAutofillValue()); in testAutofill()
169 assertEquals(autofilledValue, mTimePicker.getAutofillValue()); in testAutofill()
177 assertEquals(autofilledValue, mTimePicker.getAutofillValue()); in testAutofill()
183 mTimePicker.autofill(autofilledValue); // 04:20 in testAutofill()
187 mTimePicker.autofill(autofilledValue); // 04:20 in testAutofill()