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

/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasService.java69 public class EasService extends Service { class in inherits:Service
103 final Account account = loadAccount(EasService.this, accountId);
105 final EasLoadAttachment operation = new EasLoadAttachment(EasService.this, account,
114 final Account account = loadAccount(EasService.this, accountId);
116 final EasFolderSync operation = new EasFolderSync(EasService.this, account);
123 LogUtils.wtf(TAG, "unexpected call to EasService.sendMail");
128 final Account account = loadAccount(EasService.this, accountId);
130 EasFullSyncOperation op = new EasFullSyncOperation(EasService.this, account,
146 final Account account = Account.restoreAccountWithId(EasService.this, accountId);
147 if (pingNeededForAccount(EasService
329 public EasService() { method in class:EasService
[all...]

Completed in 58 milliseconds