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

  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 48 import com.android.exchange.eas.EasFullSyncOperation;
130 EasFullSyncOperation op = new EasFullSyncOperation(EasService.this, account,
133 if (result == EasFullSyncOperation.RESULT_SECURITY_HOLD) {
535 // EasFullSyncOperation. The only case this occurs in is when we try to send
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFullSyncOperation.java 29 public class EasFullSyncOperation extends EasOperation {
59 public EasFullSyncOperation(final Context context, final Account account,
72 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.getCommand");
81 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.getRequestEntity");
91 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.handleResponse");

Completed in 223 milliseconds