Searched refs:autofilledValue (Results 1 – 2 of 2) sorted by relevance
337 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in verifyAutofill() local338 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() local354 assertEquals(autofilledValue, datePicker.getAutofillValue()); in verifyAutofill()356 assertEquals(datePicker.getAutofillValue(), autofilledValue); in verifyAutofill() local360 datePicker.autofill(autofilledValue); // 2012-12-21 in verifyAutofill()
159 final AutofillValue autofilledValue = AutofillValue.forDate(calendar.getTimeInMillis()); in testAutofill() local160 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()