Searched refs:Store (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/mail/ |
D | StoreTests.java | 49 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/ |
D | Store.java | 43 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/ |
D | ImapService.java | 38 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 …]
|
D | EmailServiceStub.java | 32 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()
|
D | Pop3Service.java | 34 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/ |
D | ServiceStore.java | 23 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()
|
D | Pop3Store.java | 23 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()
|
D | ImapStore.java | 28 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/ |
D | AccountCheckSettingsFragment.java | 28 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/ |
D | ImapConstants.java | 19 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/ |
D | features.md | 68 * Store short string in `Value` internally without additional allocation.
|
/packages/apps/Settings/tests/uitests/assets/ |
D | search_results_list | 502 Store logger data persistently on device;select_logpersist
|