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 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...]
  /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 35 milliseconds