Home
last modified time | relevance | path

Searched refs:forDate (Results 1 – 6 of 6) 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.java487 return AutofillValue.forDate(mAutofilledValue); in getAutofillValue()
493 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/non-updatable-api/
Dcurrent.txt54164 method public static android.view.autofill.AutofillValue forDate(long);
/frameworks/base/api/
Dcurrent.txt54308 method public static android.view.autofill.AutofillValue forDate(long);