OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperationCanceledException
(Results
26 - 50
of
139
) sorted by null
1
2
3
4
5
6
/frameworks/support/core-utils/java/android/support/v4/content/
CursorLoader.java
24
import android.support.v4.os.
OperationCanceledException
;
54
throw new
OperationCanceledException
();
AsyncTaskLoader.java
22
import android.support.v4.os.
OperationCanceledException
;
57
} catch (
OperationCanceledException
ex) {
195
* if the task threw {@link
OperationCanceledException
}.
269
* {@link
OperationCanceledException
}. In either case, the {@link Loader} will
275
* @throws
OperationCanceledException
if the load is canceled during execution.
291
* @throws
OperationCanceledException
if the load is canceled during execution.
/packages/apps/Email/tests/src/com/android/email/
AccountTestCase.java
22
import android.accounts.
OperationCanceledException
;
91
} catch (
OperationCanceledException
e) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
RemoveAccountDialog.java
24
import android.accounts.
OperationCanceledException
;
73
} catch (
OperationCanceledException
| AuthenticatorException | IOException e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java
34
import org.eclipse.core.runtime.
OperationCanceledException
;
69
throws CoreException,
OperationCanceledException
{
/cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java
24
import android.accounts.
OperationCanceledException
;
81
OperationCanceledException
{
161
OperationCanceledException
{
193
OperationCanceledException
{
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java
28
import android.os.
OperationCanceledException
;
303
fail("Expected
OperationCanceledException
");
304
} catch (
OperationCanceledException
ex) {
323
fail("Expected
OperationCanceledException
");
324
} catch (
OperationCanceledException
ex) {
376
fail("Expected
OperationCanceledException
");
377
} catch (
OperationCanceledException
ex) {
438
fail("Expected
OperationCanceledException
");
439
} catch (
OperationCanceledException
ex) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
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
();
/frameworks/base/core/java/android/accounts/
AccountManager.java
[
all
...]
/frameworks/base/core/java/android/app/
ActivityView.java
29
import android.os.
OperationCanceledException
;
238
throw new
OperationCanceledException
();
253
throw new
OperationCanceledException
();
268
throw new
OperationCanceledException
();
/frameworks/base/core/java/android/content/
AsyncTaskLoader.java
21
import android.os.
OperationCanceledException
;
72
} catch (
OperationCanceledException
ex) {
211
* if the task threw {@link
OperationCanceledException
}.
285
* {@link
OperationCanceledException
}. In either case, the {@link Loader} will
291
* @throws
OperationCanceledException
if the load is canceled during execution.
307
* @throws
OperationCanceledException
if the load is canceled during execution.
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java
32
import android.os.
OperationCanceledException
;
77
throw new
OperationCanceledException
();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
IconHelper.java
32
import android.os.
OperationCanceledException
;
171
if (!(e instanceof
OperationCanceledException
)) {
/packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java
23
import android.accounts.
OperationCanceledException
;
115
} catch (
OperationCanceledException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java
32
import org.eclipse.core.runtime.
OperationCanceledException
;
83
OperationCanceledException
{
ChangeViewRefactoring.java
36
import org.eclipse.core.runtime.
OperationCanceledException
;
95
OperationCanceledException
{
/development/apps/Development/src/com/android/development/
AccountsTester.java
26
import android.accounts.
OperationCanceledException
;
274
} catch (
OperationCanceledException
e) {
415
} catch (
OperationCanceledException
e) {
477
} catch (
OperationCanceledException
e) {
520
} catch (
OperationCanceledException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java
46
import org.eclipse.core.runtime.
OperationCanceledException
;
103
throws
OperationCanceledException
{
157
OperationCanceledException
{
AndroidPackageRenameParticipant.java
49
import org.eclipse.core.runtime.
OperationCanceledException
;
119
throws
OperationCanceledException
{
218
OperationCanceledException
{
297
* @throws
OperationCanceledException
if the operation is canceled
300
OperationCanceledException
{
RenameResourceParticipant.java
56
import org.eclipse.core.runtime.
OperationCanceledException
;
333
throws
OperationCanceledException
{
366
OperationCanceledException
{
422
throws
OperationCanceledException
{
475
throws CoreException,
OperationCanceledException
{
AndroidTypeRenameParticipant.java
54
import org.eclipse.core.runtime.
OperationCanceledException
;
126
throws
OperationCanceledException
{
194
OperationCanceledException
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java
37
import org.eclipse.core.runtime.
OperationCanceledException
;
98
throws CoreException,
OperationCanceledException
{
115
throws
OperationCanceledException
{
122
OperationCanceledException
{
/packages/apps/Email/provider_src/com/android/email/provider/
AccountReconciler.java
22
import android.accounts.
OperationCanceledException
;
244
} catch (
OperationCanceledException
e) {
/packages/apps/Email/src/com/android/email/activity/setup/
AccountCreationFragment.java
21
import android.accounts.
OperationCanceledException
;
194
} catch (
OperationCanceledException
e) {
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java
32
import android.accounts.
OperationCanceledException
;
518
} catch (
OperationCanceledException
| AuthenticatorException | IOException e) {
562
} catch (
OperationCanceledException
| AuthenticatorException | IOException e) {
Completed in 1941 milliseconds
1
2
3
4
5
6