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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 278 * 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() {
302 * i.e. neither {@link #isError()} nor {@link #isNotFound()}.
  /external/clang/include/clang/Serialization/
Module.h 97 bool isNotFound() const { return Val.getInt() == NotFound; }

Completed in 47 milliseconds