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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java141 public boolean exists() { method in class:CompatUtils.ClassWrapper
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DMockFolder.java54 public boolean exists() { method in class:MockFolder
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DFolder.java105 public abstract boolean exists() throws MessagingException; method in class:Folder
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapFolder.java118 // Return the connection to the pool, if exists.
180 public boolean exists() throws MessagingException { method in class:ImapFolder
H A DPop3Store.java307 public boolean exists() { method in class:Pop3Store.Pop3Folder
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dtrie_map.h312 AK_FORCE_INLINE bool exists(const uint32_t bitmap, const int index) const { function in class:latinime::TrieMap
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListAdapter.java369 public void setProfileExists(boolean exists) { argument
370 mProfileExists = exists;
372 if (exists) {

Completed in 304 milliseconds