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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapStore.java30 public class ImapStore { class
52 public ImapStore( method in class:ImapStore
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapStore.java82 public class ImapStore extends Store { class in inherits:Store
100 return new ImapStore(context, account);
107 private ImapStore(Context context, Account account) throws MessagingException { method in class:ImapStore
113 throw new MessagingException("No HostAuth in ImapStore?");
201 synchronized (ImapStore.class) {

Completed in 105 milliseconds