Searched defs:EasService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasService.java66 public class EasService extends Service { class in inherits:Service
90 final EasLoadAttachment operation = new EasLoadAttachment(EasService.this, accountId,
97 final EasFolderSync operation = new EasFolderSync(EasService.this, accountId);
103 LogUtils.wtf(TAG, "unexpected call to EasService.sendMail");
107 EasFullSyncOperation op = new EasFullSyncOperation(EasService.this, accountId, syncExtras);
114 final Account account = Account.restoreAccountWithId(EasService.this, accountId);
125 final EasFolderSync operation = new EasFolderSync(EasService.this, hostAuth);
133 final EasSearch operation = new EasSearch(EasService.this, accountId, searchParams,
141 EmailContent.Message msg = EmailContent.Message.restoreMessageWithId(EasService.this,
148 final EasSendMeetingResponse operation = new EasSendMeetingResponse(EasService
272 public EasService() { method in class:EasService
[all...]

Completed in 26 milliseconds