Home | History | Annotate | Download | only in exchange

Lines Matching refs:mAccount

150                 int trafficFlags = TrafficFlags.getSyncFlags(mContext, mAccount);
152 if ((mMailbox == null) || (mAccount == null)) {
174 ExchangeService.reloadFolderList(mContext, mAccount.mId, true);
200 HostAuth.restoreHostAuthWithId(mContext, mAccount.mHostAuthKeyRecv);
219 MailboxUtilities.checkMailboxConsistency(mContext, mAccount.mId);
224 .syncMailboxListStatus(mAccount.mId, EmailServiceStatus.IN_PROGRESS, 0);
229 if (mAccount.mSyncKey == null) {
230 mAccount.mSyncKey = "0";
233 cv.put(AccountColumns.SYNC_KEY, mAccount.mSyncKey);
234 mAccount.update(mContext, cv);
237 boolean firstSync = mAccount.mSyncKey.equals("0");
247 new String[] {Long.toString(mAccount.mId)}) > 0) {
253 if (mAccount.mProtocolVersion == null || firstSync ||
278 mAccount.mFlags |
283 mAccount.update(mContext, cv);
301 if (mAccount.mSyncInterval == Account.CHECK_INTERVAL_PUSH) {
306 new String[] {Long.toString(mAccount.mId)}) > 0) {
313 if (!ExchangeService.canAutoSync(mAccount)) return;
314 userLog("Sending Account syncKey: ", mAccount.mSyncKey);
317 .text(mAccount.mSyncKey).end().end().done();
351 new String[] {Long.toString(mAccount.mId)}) > 0) {
357 .syncMailboxListStatus(mAccount.mId,
367 String key = mAccount.mSecuritySyncKey;
369 Policy policy = Policy.restorePolicyWithId(mContext, mAccount.mPolicyKey);
406 ExchangeService.callback().syncMailboxListStatus(mAccount.mId,
425 .syncMailboxListStatus(mAccount.mId, EmailServiceStatus.SUCCESS, 0);
522 Thread.currentThread().setName(mAccount.mDisplayName + ": Ping");
541 android.accounts.Account amAccount = new android.accounts.Account(mAccount.mEmailAddress,
553 MailboxColumns.ACCOUNT_KEY + '=' + mAccount.mId +
560 inboxId = Mailbox.findMailboxOfType(mContext, mAccount.mId, Mailbox.TYPE_INBOX);
671 if (!ExchangeService.canAutoSync(mAccount)) {
804 mBindArguments[0] = Long.toString(mAccount.mId);