HomeSort by relevance Sort by last modified time
    Searched refs:isNotFound (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 196 } else if (data.isNotFound()) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 312 * 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() {
336 * i.e. neither {@link #isError()} nor {@link #isNotFound()}.
688 if (!result.isNotFound()) {
    [all...]

Completed in 483 milliseconds