HomeSort by relevance Sort by last modified time
    Searched refs:EXCHANGE_SERVICE_INTENT_ACTION (Results 1 - 4 of 4) sorted by null

  /packages/apps/Exchange/build/src/com/android/exchange/
Configuration.java 21 public static final String EXCHANGE_SERVICE_INTENT_ACTION =
  /packages/apps/Exchange/src/com/android/exchange/
Eas.java 63 public static final String EXCHANGE_SERVICE_INTENT_ACTION =
64 com.android.exchange.Configuration.EXCHANGE_SERVICE_INTENT_ACTION;
  /packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java 242 intent.setAction(Eas.EXCHANGE_SERVICE_INTENT_ACTION);
EasService.java 370 TextUtils.equals(Eas.EXCHANGE_SERVICE_INTENT_ACTION, intent.getAction())) {

Completed in 43 milliseconds