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

  /packages/apps/Exchange/src/com/android/exchange/service/
PingTask.java 26 import com.android.exchange.eas.EasPing;
33 private final EasPing mOperation;
41 mOperation = new EasPing(context, account, amAccount);
EmailSyncAdapterService.java 65 import com.android.exchange.eas.EasPing;
341 EasPing.requestPing(amAccount);
620 EasPing.requestPing(account);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasPing.java 55 public class EasPing extends EasOperation {
97 public EasPing(final Context context, final Account account,

Completed in 1888 milliseconds