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

/packages/apps/Email/src/com/android/email/mail/
H A DStore.java51 static final HashMap<HostAuth, Store> sStores = new HashMap<HostAuth, Store>(); field in class:Store
86 if (sStores.isEmpty()) {
94 Store store = sStores.get(hostAuth);
129 sStores.put(hostAuth, store);
145 return sStores.remove(HostAuth.restoreHostAuthWithId(context, account.mHostAuthKeyRecv));

Completed in 39 milliseconds