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

/packages/apps/Email/src/com/android/email/mail/
H A DStore.java41 * Store is the legacy equivalent of the Account class
43 public abstract class Store { class
45 * A global suggestion to Store implementors on how much of the body
51 static final HashMap<HostAuth, Store> sStores = new HashMap<HostAuth, Store>();
58 static final HashMap<String, Class<? extends Store>> sStoreClasses =
59 new HashMap<String, Class<? extends Store>>();
65 static Store newInstance(Account account) throws MessagingException {
66 throw new MessagingException("Store#newInstance: Unknown scheme in "
83 public synchronized static Store getInstanc
[all...]

Completed in 54 milliseconds