Searched defs:EasOperation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasOperation.java102 public abstract class EasOperation { class
112 * EasOperation error codes below. All subclasses should try to create error codes
169 protected EasOperation(final Context context, @NonNull final Account account, method in class:EasOperation
175 throw new IllegalStateException("Null account in EasOperation");
179 protected EasOperation(final Context context, final Account account, final HostAuth hostAuth) { method in class:EasOperation
183 protected EasOperation(final Context context, final Account account) { method in class:EasOperation
190 * @param parentOperation The {@link EasOperation} that is creating us.
192 protected EasOperation(final EasOperation parentOperation) { method in class:EasOperation
352 if (result >= EasOperation
[all...]

Completed in 90 milliseconds