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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
MailboxAlarmReceiver.java 25 * MailboxAlarmReceiver is used to "wake up" the ExchangeService at the appropriate time(s). It may
32 long mailboxId = intent.getLongExtra("mailbox", ExchangeService.EXTRA_MAILBOX_ID);
34 if (mailboxId == ExchangeService.EXCHANGE_SERVICE_MAILBOX_ID) {
35 context.startService(new Intent(context, ExchangeService.class));
37 ExchangeService.alert(context, mailboxId);
EmailSyncAlarmReceiver.java 48 * If EmailProvider isn't available, the upsyncs will happen the next time ExchangeService starts
69 String selector = ExchangeService.getEasAccountSelector();
108 ExchangeService.serviceRequest(mailboxId, ExchangeService.SYNC_UPSYNC);