Home
last modified time | relevance | path

Searched refs:Store (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/
DStoreTests.java49 Store.sStores.clear(); in setUp()
61 Store testStore; in testGetInstance()
71 testStore = Store.getInstance(testAccount, getContext()); in testGetInstance()
72 assertEquals(1, Store.sStores.size()); in testGetInstance()
73 assertSame(testStore, Store.sStores.get(testAccount.mHostAuthRecv)); in testGetInstance()
74 Store.sStores.clear(); in testGetInstance()
83 testStore = Store.getInstance(testAccount, getContext()); in testGetInstance()
84 assertEquals(1, Store.sStores.size()); in testGetInstance()
85 assertSame(testStore, Store.sStores.get(testAccount.mHostAuthRecv)); in testGetInstance()
86 Store.sStores.clear(); in testGetInstance()
[all …]
/packages/apps/Email/provider_src/com/android/email/mail/
DStore.java43 public abstract class Store { class
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 { in newInstance()
84 public synchronized static Store getInstance(Account account, Context context) in getInstance()
94 Store store = sStores.get(hostAuth); in getInstance()
107 private synchronized static Store createInstanceInternal(final Account account, in createInstanceInternal()
112 Class<? extends Store> klass = sStoreClasses.get(hostAuth.mProtocol); in createInstanceInternal()
116 final Store store; in createInstanceInternal()
[all …]
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java38 import com.android.email.mail.Store;
170 Store remoteStore = null; in synchronizeMailboxSynchronous()
172 remoteStore = Store.getInstance(account, context); in synchronizeMailboxSynchronous()
363 final Account account, Store remoteStore, final Mailbox mailbox, final boolean loadMore, in synchronizeMailboxGeneric()
757 Store remoteStore, boolean manualSync) in processPendingActionsSynchronous()
818 Store remoteStore, String[] accountIdArgs) { in processPendingDeletesSynchronous()
876 Store remoteStore, String[] accountIdArgs, boolean manualSync) { in processPendingUploadsSynchronous()
905 remoteStore = Store.getInstance(account, context); in processPendingUploadsSynchronous()
947 Store remoteStore, String[] accountIdArgs) { in processPendingUpdatesSynchronous()
992 remoteStore = Store.getInstance(account, context); in processPendingUpdatesSynchronous()
[all …]
DEmailServiceStub.java32 import com.android.email.mail.Store;
189 final Store remoteStore = Store.getInstance(account, mContext); in loadAttachment()
294 Store store = null; in updateFolderList()
296 store = Store.getInstance(account, mContext); in updateFolderList()
453 final Store remoteStore = Store.getInstance(account, context); in sendMailImpl()
DPop3Service.java34 import com.android.email.mail.Store;
266 Pop3Store remoteStore = (Pop3Store)Store.getInstance(account, context); in synchronizePop3Mailbox()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DServiceStore.java23 import com.android.email.mail.Store;
35 public class ServiceStore extends Store {
49 public static Store newInstance(Account account, Context context) throws MessagingException { in newInstance()
DPop3Store.java23 import com.android.email.mail.Store;
52 public class Pop3Store extends Store {
67 public static Store newInstance(Account account, Context context) throws MessagingException { in newInstance()
DImapStore.java28 import com.android.email.mail.Store;
82 public class ImapStore extends Store {
99 public static Store newInstance(Account account, Context context) throws MessagingException { in newInstance()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java28 import com.android.email.mail.Store;
350 final Store store = Store.getInstance(mAccount, mContext); in doInBackground()
382 final Store store = Store.getInstance(mAccount, mContext); in doInBackground()
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapConstants.java19 import com.android.email.mail.Store;
29 = String.format(Locale.US, "BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfeatures.md68 * Store short string in `Value` internally without additional allocation.
/packages/apps/Settings/tests/uitests/assets/
Dsearch_results_list502 Store logger data persistently on device;select_logpersist