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

/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java81 public class ImapStore extends Store { class in inherits:Store
97 return new ImapStore(context, account);
104 private ImapStore(Context context, Account account) throws MessagingException { method in class:ImapStore
188 synchronized (ImapStore.class) {

Completed in 154 milliseconds