Searched defs:remoteStore (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/Email/provider_src/com/android/email/service/ |
| D | ImapService.java | 170 Store remoteStore = null; in synchronizeMailboxSynchronous() local 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() 947 Store remoteStore, String[] accountIdArgs) { in processPendingUpdatesSynchronous() 1037 private static void processUploadMessage(Context context, Store remoteStore, Mailbox mailbox, in processUploadMessage() 1082 private static void processPendingDataChange(final Context context, Store remoteStore, in processPendingDataChange() 1176 private static void processPendingMoveToTrash(final Context context, Store remoteStore, in processPendingMoveToTrash() 1278 private static void processPendingDeleteFromTrash(Store remoteStore, in processPendingDeleteFromTrash() [all …]
|
| D | EmailServiceStub.java | 189 final Store remoteStore = Store.getInstance(account, mContext); in loadAttachment() local 453 final Store remoteStore = Store.getInstance(account, context); in sendMailImpl() local
|
| D | Pop3Service.java | 266 Pop3Store remoteStore = (Pop3Store)Store.getInstance(account, context); in synchronizePop3Mailbox() local
|