Home | History | Annotate | Download | only in service

Lines Matching defs:remoteStore

407         Store remoteStore = Store.getInstance(account, context);
409 if (remoteStore == null) {
413 final Folder remoteFolder = remoteStore.getFolder(mailbox.mServerId);
773 Store remoteStore = null;
789 if (remoteStore == null && deleteFromTrash) {
790 remoteStore = Store.getInstance(account, context);
796 processPendingDeleteFromTrash(remoteStore, mailbox, oldMessage);
841 Store remoteStore = null;
859 if (remoteStore == null) {
860 remoteStore = Store.getInstance(account, context);
872 processUploadMessage(context, remoteStore, mailbox, id);
908 Store remoteStore = null;
943 if (remoteStore == null &&
946 remoteStore = Store.getInstance(account, context);
952 processPendingMoveToTrash(context, remoteStore, mailbox, oldMessage,
955 processPendingDataChange(context, remoteStore, mailbox, changeRead,
991 private static void processUploadMessage(Context context, Store remoteStore, Mailbox mailbox,
1014 deleteUpdate = processPendingAppend(context, remoteStore, mailbox, newMessage);
1027 * @param remoteStore the remote store for this mailbox
1035 private static void processPendingDataChange(final Context context, Store remoteStore,
1057 Folder remoteFolder = remoteStore.getFolder(mailbox.mServerId);
1092 Folder toFolder = remoteStore.getFolder(newMailbox.mServerId);
1124 * @param remoteStore the remote store we're working in
1129 private static void processPendingMoveToTrash(final Context context, Store remoteStore,
1154 Folder remoteFolder = remoteStore.getFolder(oldMailbox.mServerId);
1173 Folder remoteTrashFolder = remoteStore.getFolder(newMailbox.mServerId);
1227 * @param remoteStore the remote store we're working in
1231 private static void processPendingDeleteFromTrash(Store remoteStore,
1241 Folder remoteTrashFolder = remoteStore.getFolder(oldMailbox.mServerId);
1270 * @param remoteStore the remote store we're working in
1275 private static boolean processPendingAppend(Context context, Store remoteStore, Mailbox mailbox,
1283 Folder remoteFolder = remoteStore.getFolder(mailbox.mServerId);
1421 final Store remoteStore = Store.getInstance(account, context);
1422 final Folder remoteFolder = remoteStore.getFolder(mailbox.mServerId);