Searched refs:EXCHANGE_SERVICE_INTENT_ACTION (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Exchange/build/src/com/android/exchange/
H A DConfiguration.java21 public static final String EXCHANGE_SERVICE_INTENT_ACTION = field in class:Configuration
/packages/apps/Exchange/src/com/android/exchange/
H A DEas.java66 public static final String EXCHANGE_SERVICE_INTENT_ACTION = field in class:Eas
67 com.android.exchange.Configuration.EXCHANGE_SERVICE_INTENT_ACTION;
/packages/apps/Exchange/src/com/android/exchange/service/
H A DPingSyncSynchronizer.java212 intent.setAction(Eas.EXCHANGE_SERVICE_INTENT_ACTION);
H A DEasService.java309 TextUtils.equals(Eas.EXCHANGE_SERVICE_INTENT_ACTION, intent.getAction())) {

Completed in 282 milliseconds