HomeSort by relevance Sort by last modified time
    Searched defs:ExchangeService (Results 1 - 5 of 5) sorted by null

  /packages/apps/Exchange/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java 43 ExchangeService exchangeService = new ExchangeService();
45 exchangeService.new SyncError(AbstractSyncService.EXIT_SECURITY_FAILURE, false);
47 exchangeService.new SyncError(AbstractSyncService.EXIT_IO_ERROR, false);
49 exchangeService.new SyncError(AbstractSyncService.EXIT_SECURITY_FAILURE, false);
62 ConcurrentHashMap<Long, SyncError> errorMap = exchangeService.mSyncErrorMap;
71 assertTrue(exchangeService.releaseSyncHolds(mProviderContext,
85 assertTrue(exchangeService.releaseSyncHolds(mProviderContext,
93 assertFalse(exchangeService.releaseSyncHolds(mProviderContext
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasAccountService.java 152 mDeviceId = ExchangeService.getDeviceId(mContext);
170 ExchangeService.done(this);
177 ExchangeService.reloadFolderList(mContext, mAccount.mId, true);
187 // Make sure ExchangeService knows about this
188 ExchangeService.kick("sync finished");
244 ExchangeService.kick("change ping boxes to push");
314 if (!ExchangeService.canAutoSync(mAccount)) {
315 if (ExchangeService.onSecurityHold(mAccount)) {
466 ExchangeService.kick("push fallback");
486 ExchangeService.runAsleep(mMailboxId, ms + (5 * DateUtils.SECOND_IN_MILLIS))
    [all...]
EasOutboxService.java 327 * IOException, which is handled by ExchangeService with retries, backoffs, etc.
513 mDeviceId = ExchangeService.getDeviceId(mContext);
554 ExchangeService.done(this);
ExchangeService.java 62 * The ExchangeService handles all aspects of starting, maintaining, and stopping the various sync
67 * The Email application communicates with EAS sync adapters via ExchangeService's binder interface,
70 * ExchangeService uses ContentObservers to detect changes to accounts, mailboxes, and messages in
74 public class ExchangeService extends SyncManager {
128 hostAuth, ExchangeService.this);
138 return new EasSyncService().tryAutodiscover(ExchangeService.this, hostAuth);
149 SyncManager exchangeService = INSTANCE;
150 if (exchangeService == null) return;
152 Mailbox m = Mailbox.restoreMailboxWithId(exchangeService, mailboxId);
154 Account acct = Account.restoreAccountWithId(exchangeService, m.mAccountKey)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 48 import com.android.exchange.ExchangeService;
386 ExchangeService.log(TAG, "TZI string for " + tz.getDisplayName() +
    [all...]

Completed in 2037 milliseconds