Home
last modified time | relevance | path

Searched refs:EasService (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/service/
DEasService.java69 public class EasService extends Service { class
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);
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.this, account)) {
158 final EasFolderSync operation = new EasFolderSync(EasService.this, hostAuth);
[all …]
DPingSyncSynchronizer.java178 mPushEnabled = (EasService.pingNeededForAccount(mService, account) ? in syncEnd()
241 final Intent intent = new Intent(context, EasService.class); in scheduleDelayedPing()
243 intent.putExtra(EasService.EXTRA_START_PING, true); in scheduleDelayedPing()
244 intent.putExtra(EasService.EXTRA_PING_ACCOUNT, account); in scheduleDelayedPing()
DAbstractSyncAdapterService.java84 bindService(new Intent(this, EasService.class), mConnection, Context.BIND_AUTO_CREATE); in onCreate()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DSerializer.java30 import com.android.exchange.service.EasService;
84 if (!EasService.getProtocolLogging()) { in log()
98 if (EasService.getFileLogging()) { in log()
DParser.java24 import com.android.exchange.service.EasService;
393 if (!EasService.getProtocolLogging()) { in log()
407 if (EasService.getFileLogging()) { in log()
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DParserTest.java23 import com.android.exchange.service.EasService;
39 EasService.setProtocolLogging(true); in TestParser()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasFullSyncOperation.java20 import com.android.exchange.service.EasService;
105 mAuthsToSync = EasService.getAuthoritiesToSync(amAccount, AUTHORITIES_TO_SYNC); in performOperation()
DEasLoadAttachment.java33 import com.android.exchange.service.EasService;
/packages/apps/Exchange/src/com/android/exchange/provider/
DExchangeDirectoryProvider.java52 import com.android.exchange.service.EasService;
345 final GalResult galResult = EasService.searchGal(getContext(), accountId, in query()