OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNotFound
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java
269
* Note {@link #
isNotFound
()} and {@link #isError()} are mutually exclusive; If
270
* {@link #isError()} is {@code true}, {@link #
isNotFound
()} is always {@code false},
283
* Note {@link #
isNotFound
()} and {@link #isError()} are mutually exclusive; If
284
* {@link #isError()} is {@code true}, {@link #
isNotFound
()} is always {@code false},
287
public boolean
isNotFound
() {
293
* i.e. neither {@link #isError()} nor {@link #
isNotFound
()}.
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java
204
} else if (data.
isNotFound
()) {
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
618
if (data.
isNotFound
()) {
Completed in 113 milliseconds