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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java312 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
313 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
326 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
327 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
330 public boolean isNotFound() { method in class:ContactLoader.Result
336 * i.e. neither {@link #isError()} nor {@link #isNotFound()}.
688 if (!result.isNotFound()) {

Completed in 20 milliseconds