Home | History | Annotate | Download | only in email

Lines Matching refs:store

26 import com.android.email.mail.Store;
258 Store store = Store.getInstance(account.getStoreUri(mContext), mContext, null);
260 Folder[] remoteFolders = store.getPersonalNamespaces();
385 // Select generic sync or store-specific sync
386 Store remoteStore = Store.getInstance(account.getStoreUri(mContext), mContext, null);
471 // 1. Get the message list from the local store and create an index of the uids
509 Store remoteStore = Store.getInstance(account.getStoreUri(mContext), mContext, null);
540 Store.StoreInfo info = Store.StoreInfo.getStoreInfo(account.getStoreUri(mContext),
564 * local store, or messages that are in the local store but failed to download
628 // Commit the message to the local store
649 // 9. Refresh the flags for any messages in the local store that we didn't just download.
687 // 10. Compute and store the unread message count.
719 // 11. Remove any messages that are in the local store but no longer on the remote store.
774 // Store the updated message locally and mark it fully loaded
797 // Store the partially-loaded message and mark it partially loaded
802 // we can pull down the parts we want to actually store.
816 // Store the updated message locally and mark it fully loaded
853 // Store the updated message locally
866 * we can pull down the parts we want to actually store.
885 // Store the updated message locally
983 // Commit the message & body to the local store immediately
1082 // Defer setting up the store until we know we need to access it
1083 Store remoteStore = null;
1104 // Load the remote store if it will be needed
1106 remoteStore = Store.getInstance(account.getStoreUri(mContext), mContext, null);
1157 // Defer setting up the store until we know we need to access it
1158 Store remoteStore = null;
1175 // Load the remote store if it will be needed
1178 Store.getInstance(account.getStoreUri(mContext), mContext, null);
1205 // Load the remote store if it will be needed
1208 Store.getInstance(account.getStoreUri(mContext), mContext, null);
1258 // Defer setting up the store until we know we need to access it
1259 Store remoteStore = null;
1286 // Load the remote store if it will be needed
1288 remoteStore = Store.getInstance(account.getStoreUri(mContext), mContext, null);
1337 private void processUploadMessage(ContentResolver resolver, Store remoteStore,
1378 private void processPendingFlagChange(Store remoteStore, Mailbox mailbox, boolean changeRead,
1392 // 2. Open the remote store & folder
1425 * @param remoteStore the remote store we're working in
1431 private void processPendingMoveToTrash(Store remoteStore,
1547 * @param remoteStore the remote store we're working in
1552 private void processPendingDeleteFromTrash(Store remoteStore,
1591 * @param remoteStore the remote store we're working in
1597 private boolean processPendingAppend(Store remoteStore, EmailContent.Account account,
1754 Store remoteStore =
1755 Store.getInstance(account.getStoreUri(mContext), mContext, null);
1776 // // Store the updated message locally
1850 Store remoteStore =
1851 Store.getInstance(account.getStoreUri(mContext), mContext, null);
1983 Store remoteStore = Store.getInstance(account.getStoreUri(mContext), mContext, null);