HomeSort by relevance Sort by last modified time
    Searched defs:OperationCanceledException (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/android/accounts/
OperationCanceledException.java 18 public class OperationCanceledException extends AccountsException {
19 public OperationCanceledException() {
22 public OperationCanceledException(String message) {
25 public OperationCanceledException(String message, Throwable cause) {
28 public OperationCanceledException(Throwable cause) {
  /frameworks/base/core/java/android/os/
OperationCanceledException.java 25 public class OperationCanceledException extends RuntimeException {
26 public OperationCanceledException() {
30 public OperationCanceledException(String message) {
CancellationSignal.java 49 * Throws {@link OperationCanceledException} if the operation has been canceled.
51 * @throws OperationCanceledException if the operation has been canceled.
55 throw new OperationCanceledException();
  /frameworks/base/core/java/android/content/
CursorLoader.java 23 import android.os.OperationCanceledException;
60 throw new OperationCanceledException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 60 import org.eclipse.core.runtime.OperationCanceledException;
133 OperationCanceledException {
261 throw new OperationCanceledException();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 26 import org.eclipse.core.runtime.OperationCanceledException;
374 } catch (OperationCanceledException e) {
610 private int readScenarios(String buildName, SubMonitor subMonitor) throws OperationCanceledException {
635 if (subMonitor.isCanceled()) throw new OperationCanceledException();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 27 import org.eclipse.core.runtime.OperationCanceledException;
    [all...]
ScenarioData.java 26 import org.eclipse.core.runtime.OperationCanceledException;
174 if (subMonitor.isCanceled()) throw new OperationCanceledException();
202 if (subMonitor.isCanceled()) throw new OperationCanceledException();
271 if (subMonitor.isCanceled()) throw new OperationCanceledException();
305 if (subMonitor.isCanceled()) throw new OperationCanceledException();
320 if (subMonitor.isCanceled()) throw new OperationCanceledException();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 198 milliseconds