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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
H A Ddynamic_pt_reading_helper.h83 AK_FORCE_INLINE bool isError() const { function in class:latinime::DynamicPtReadingHelper
/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},
282 public boolean isError() { method in class:Contact
292 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
293 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
302 * i.e. neither {@link #isError()} nor {@link #isNotFound()}.

Completed in 1271 milliseconds