Home
last modified time | relevance | path

Searched refs:isDate (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapString.java123 public final boolean isDate() { in isDate() method in ImapString
141 if (!isDate()) { in getDateOrNull()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java129 Preconditions.checkState(isDate(), "value must be a date value, not type=%d", mType); in getDateValue()
138 public boolean isDate() { in isDate() method in AutofillValue
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DDateValueSanitizer.java67 if (!value.isDate()) { in sanitize()
H A DDateTransformation.java74 if (!value.isDate()) { in apply()
/aosp12/frameworks/base/core/java/android/widget/
H A DTimePicker.java468 if (value == null || !value.isDate()) { in autofill()
H A DDatePicker.java644 if (value == null || !value.isDate()) { in autofill()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt51589 method public boolean isDate();