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

1 2

  /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 48 * Throws {@link OperationCanceledException} if the operation has been canceled.
50 * @throws OperationCanceledException if the operation has been canceled.
54 throw new OperationCanceledException();
  /frameworks/support/v4/java/android/support/v4/os/
OperationCanceledException.java 23 public class OperationCanceledException extends RuntimeException {
24 public OperationCanceledException() {
28 public OperationCanceledException(String message) {
CancellationSignal.java 50 * Throws {@link OperationCanceledException} if the operation has been canceled.
52 * @throws OperationCanceledException if the operation has been canceled.
56 throw new OperationCanceledException();
  /frameworks/support/v4/java/android/support/v4/content/
ContentResolverCompat.java 24 import android.support.v4.os.OperationCanceledException;
63 // query() can throw a framework OperationCanceledException if it has been
65 throw new OperationCanceledException();
67 // If it's not a framework OperationCanceledException, re-throw the exception
117 * If the operation is canceled, then {@link OperationCanceledException} will be thrown
CursorLoader.java 24 import android.support.v4.os.OperationCanceledException;
54 throw new OperationCanceledException();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
UriDerivativeLoader.java 23 import android.os.OperationCanceledException;
42 throw new OperationCanceledException();
DirectoryLoader.java 36 import android.os.OperationCanceledException;
97 throw new OperationCanceledException();
  /frameworks/base/core/java/android/content/
CursorLoader.java 22 import android.os.OperationCanceledException;
59 throw new OperationCanceledException();
  /frameworks/base/core/java/android/app/
ActivityView.java 31 import android.os.OperationCanceledException;
192 throw new OperationCanceledException();
207 throw new OperationCanceledException();
222 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.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/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 947 milliseconds

1 2