Searched refs:isDate (Results 1 – 6 of 6) sorted by relevance
129 Preconditions.checkState(isDate(), "value must be a date value, not type=" + mType); in getDateValue()138 public boolean isDate() { in isDate() method in AutofillValue
67 if (!value.isDate()) { in sanitize()
74 if (!value.isDate()) { in apply()
466 if (value == null || !value.isDate()) { in autofill()
644 if (value == null || !value.isDate()) { in autofill()
52808 method public boolean isDate();