Searched defs:isNotFound (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java274 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
275 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
288 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
289 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
292 public boolean isNotFound() { method in class:Contact
298 * i.e. neither {@link #isError()} nor {@link #isNotFound()}.

Completed in 24 milliseconds