Searched refs:isDate (Results 1 – 7 of 7) 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()
468 if (value == null || !value.isDate()) { in autofill()
644 if (value == null || !value.isDate()) { in autofill()
54172 method public boolean isDate();
54316 method public boolean isDate();