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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContact.java278 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
279 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
292 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
293 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
296 public boolean isNotFound() { method in class:Contact
302 * i.e. neither {@link #isError()} nor {@link #isNotFound()}.

Completed in 84 milliseconds