OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperationCanceledException
(Results
51 - 75
of
87
) sorted by null
1
2
3
4
/frameworks/base/core/java/android/database/
DatabaseUtils.java
33
import android.os.
OperationCanceledException
;
108
} else if (e instanceof
OperationCanceledException
) {
183
throw new
OperationCanceledException
(msg);
[
all
...]
/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
();
ChangeLayoutRefactoring.java
59
import org.eclipse.core.runtime.
OperationCanceledException
;
123
OperationCanceledException
{
VisualRefactoring.java
55
import org.eclipse.core.runtime.
OperationCanceledException
;
240
OperationCanceledException
{
263
OperationCanceledException
{
[
all
...]
/cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java
35
import android.os.
OperationCanceledException
;
394
fail("Expected
OperationCanceledException
");
395
} catch (
OperationCanceledException
ex) {
433
fail("Expected
OperationCanceledException
");
434
} catch (
OperationCanceledException
ex) {
[
all
...]
/frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java
22
import android.os.
OperationCanceledException
;
366
* If the operation is canceled, then {@link
OperationCanceledException
} will be thrown
SQLiteConnection.java
27
import android.os.
OperationCanceledException
;
538
* @throws
OperationCanceledException
if the operation was canceled.
581
* @throws
OperationCanceledException
if the operation was canceled.
624
* @throws
OperationCanceledException
if the operation was canceled.
669
* @throws
OperationCanceledException
if the operation was canceled.
715
* @throws
OperationCanceledException
if the operation was canceled.
764
* @throws
OperationCanceledException
if the operation was canceled.
[
all
...]
SQLiteDatabase.java
28
import android.os.
OperationCanceledException
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java
45
import org.eclipse.core.runtime.
OperationCanceledException
;
384
throws CoreException,
OperationCanceledException
{
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.help.base_3.5.2.v201011171123.jar
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java
390
} catch (
OperationCanceledException
e) {
/frameworks/base/core/java/android/content/
ContentProvider.java
36
import android.os.
OperationCanceledException
;
737
* If the operation is canceled, then {@link
OperationCanceledException
} will be thrown
[
all
...]
ContentResolver.java
38
import android.os.
OperationCanceledException
;
390
* If the operation is canceled, then {@link
OperationCanceledException
} will be thrown
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java
28
import android.accounts.
OperationCanceledException
;
235
} catch (
OperationCanceledException
ignore) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java
66
import org.eclipse.core.runtime.
OperationCanceledException
;
691
if (monitor.isCanceled()) throw new
OperationCanceledException
();
[
all
...]
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 517 milliseconds
1
2
3
4