Home
last modified time | relevance | path

Searched refs:forDate (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DDateValueSanitizer.java81 return AutofillValue.forDate(sanitized.getTime()); in sanitize()
/frameworks/base/core/java/android/widget/
DTimePicker.java485 return AutofillValue.forDate(mAutofilledValue); in getAutofillValue()
491 return AutofillValue.forDate(cal.getTimeInMillis()); in getAutofillValue()
DDatePicker.java666 return AutofillValue.forDate(time); in getAutofillValue()
/frameworks/base/core/java/android/view/autofill/
DAutofillValue.java303 public static AutofillValue forDate(long value) { in forDate() method in AutofillValue
/frameworks/base/api/
Dcurrent.txt52800 method public static android.view.autofill.AutofillValue forDate(long);