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

/packages/apps/Email/src/com/android/email/mail/
H A DStore.java33 * Store is the access point for an email message store. It's location can be
34 * local or remote and no specific protocol is defined. Store is intended to
35 * loosely model in combination the JavaMail classes javax.mail.Store and
40 public abstract class Store { class
55 * A global suggestion to Store implementors on how much of the body
59 private static final HashMap<String, Store> sStores = new HashMap<String, Store>();
65 public static Store newInstance(String uri, Context context, PersistentDataCallbacks callbacks)
67 throw new MessagingException("Store.newInstance: Unknown scheme in " + uri);
70 private static Store instantiateStor
[all...]

Completed in 18 milliseconds