HomeSort by relevance Sort by last modified time
    Searched refs:exchangeService (Results 1 - 2 of 2) 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/
ExchangeService.java 60 * The ExchangeService handles all aspects of starting, maintaining, and stopping the various sync
65 * The Email application communicates with EAS sync adapters via ExchangeService's binder interface,
68 * ExchangeService uses ContentObservers to detect changes to accounts, mailboxes, and messages in
72 public class ExchangeService extends SyncManager {
121 hostAuth, ExchangeService.this);
131 return new EasSyncService().tryAutodiscover(ExchangeService.this, hostAuth);
137 Attachment att = Attachment.restoreAttachmentWithId(ExchangeService.this, attachmentId);
144 reloadFolderList(ExchangeService.this, accountId, false);
168 // ExchangeService is deprecated so I am deleting rather than fixing this function.
173 SyncManager exchangeService = INSTANCE
    [all...]

Completed in 110 milliseconds