Searched refs:autofilledValue (Results 1 – 2 of 2) sorted by relevance
327 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in verifyAutofill() local328 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() local344 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()346 assertEquals(datePicker.getAutofillValue(), autofilledValue); in verifyAutofill() local350 datePicker.autofill(autofilledValue); // 2012-12-21 in verifyAutofill()
147 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in testAutofill() local148 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()