OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperationCanceledException
(Results
1 - 25
of
26
) 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/base/packages/DocumentsUI/src/com/android/documentsui/
UriDerivativeLoader.java
23
import android.os.
OperationCanceledException
;
42
throw new
OperationCanceledException
();
DirectoryLoader.java
34
import android.os.
OperationCanceledException
;
94
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/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.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
Completed in 1005 milliseconds
1
2