Searched refs:performOperation (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSettings.java51 return performOperation() == RESULT_OK;
H A DEasFolderSync.java101 public int performOperation() { method in class:EasFolderSync
106 return super.performOperation();
119 * Helper function for {@link #performOperation} -- do some initial checks and, if they pass,
151 // This is intentionally a call to super.performOperation. This is a helper function for
153 final int result = super.performOperation();
H A DEasFullSyncOperation.java68 // This is really a container operation, its performOperation() actually just creates and
79 // This is really a container operation, its performOperation() actually just creates and
89 // This is really a container operation, its performOperation() actually just creates and
97 public int performOperation() { method in class:EasFullSyncOperation
132 // since we have overridden performOperation, this EasOperation does not have the
141 result = folderSync.performOperation();
261 result = operation.performOperation();
303 int result = op.performOperation();
308 result = op.performOperation();
H A DEasSyncBase.java123 public int performOperation() { method in class:EasSyncBase
128 result = super.performOperation();
H A DEasOptions.java59 return performOperation();
H A DEasProvision.java91 * has no way to communicate this into {@link #performOperation}, we use this member variable
115 return performOperation();
120 performOperation();
126 return performOperation();
H A DEasLoadAttachment.java78 // The account is loaded before performOperation but it is not guaranteed to be available
149 public int performOperation() { method in class:EasLoadAttachment
176 final int result = super.performOperation();
280 // the errors that are being returned to the caller of performOperation().
H A DEasMoveItems.java71 result = performOperation();
85 // performOperation returned a negative status code, indicating a failure before the
H A DEasPing.java106 final int result = performOperation();
H A DEasSync.java150 result = performOperation();
H A DEasOperation.java57 * The core of this class is {@link #performOperation}, which provides the skeleton of making
61 * {@link #performOperation} calls various abstract functions to create the request and parse the
63 * on {@link #performOperation} to do all the boilerplate etc.
70 * Some subclasses may need to override {@link #performOperation} to add validation and results
71 * processing around a call to super.performOperation. Subclasses should avoid doing too much more
309 public int performOperation() { method in class:EasOperation
536 * that is returned to the caller of {@link #performOperation}.
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasService.java175 final int result = op.performOperation();
333 result = operation.performOperation();
408 final int result = operation.performOperation();

Completed in 615 milliseconds