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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapStore.java 30 public class ImapStore {
52 public ImapStore(
  /packages/apps/Email/provider_src/com/android/email/mail/
Store.java 23 import com.android.email.mail.store.ImapStore;
88 sStoreClasses.put(context.getString(R.string.protocol_legacy_imap), ImapStore.class);
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 24 import com.android.email.mail.store.ImapStore.ImapException;
67 private ImapStore mImapStore;
76 * Next tag to use. All connections associated to the same ImapStore instance share the same
84 ImapConnection(ImapStore store) {
88 void setStore(ImapStore store) {
201 * until {@link #setStore(ImapStore)} is called.
430 ImapStore.getImapId(mImapStore.getContext(), mImapStore.getUsername(), host,
484 mImapStore.setPathPrefix(ImapStore.decodeFolderName(namespaceString, null));
ImapStore.java 82 public class ImapStore extends Store {
100 return new ImapStore(context, account);
107 private ImapStore(Context context, Account account) throws MessagingException {
113 throw new MessagingException("No HostAuth in ImapStore?");
201 synchronized (ImapStore.class) {

Completed in 89 milliseconds