Searched refs:OperationCanceledException (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/accounts/
H A DOperationCanceledException.java18 public class OperationCanceledException extends AccountsException { class in inherits:AccountsException
19 public OperationCanceledException() { method in class:OperationCanceledException
22 public OperationCanceledException(String message) { method in class:OperationCanceledException
25 public OperationCanceledException(String message, Throwable cause) { method in class:OperationCanceledException
28 public OperationCanceledException(Throwable cause) { method in class:OperationCanceledException
H A DAccountManagerFuture.java86 * @throws android.accounts.OperationCanceledException if the request was canceled for any
94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException;
106 * @throws android.accounts.OperationCanceledException if the request was canceled for any
114 throws OperationCanceledException, IOException, AuthenticatorException;
H A DAccountManager.java1210 * <li> {@link OperationCanceledException} if the operation was canceled for
1493 * @throws OperationCanceledException if the request was canceled for any
1500 throws OperationCanceledException, IOException, AuthenticatorException {
1564 * <li> {@link OperationCanceledException} if the operation is canceled for
1650 * <li> {@link OperationCanceledException} if the operation is canceled for
1733 * <li> {@link OperationCanceledException} if the operation is canceled for
1806 * <li> {@link OperationCanceledException} if the operation was canceled for
1997 * <li> {@link OperationCanceledException} if the operation was canceled for
2075 * <li> {@link OperationCanceledException} if the operation was canceled for
2131 * <li> {@link OperationCanceledException} i
[all...]
H A DGrantCredentialsPermissionActivity.java104 } catch (OperationCanceledException e) {
/frameworks/base/core/java/android/os/
H A DOperationCanceledException.java25 public class OperationCanceledException extends RuntimeException { class in inherits:RuntimeException
26 public OperationCanceledException() { method in class:OperationCanceledException
30 public OperationCanceledException(String message) { method in class:OperationCanceledException
H A DCancellationSignal.java48 * Throws {@link OperationCanceledException} if the operation has been canceled.
50 * @throws OperationCanceledException if the operation has been canceled.
54 throw new OperationCanceledException();
/frameworks/support/compat/src/main/java/androidx/core/os/
H A DOperationCanceledException.java23 public class OperationCanceledException extends RuntimeException { class in inherits:RuntimeException
24 public OperationCanceledException() { method in class:OperationCanceledException
28 public OperationCanceledException(String message) { method in class:OperationCanceledException
H A DCancellationSignal.java50 * Throws {@link OperationCanceledException} if the operation has been canceled.
52 * @throws OperationCanceledException if the operation has been canceled.
56 throw new OperationCanceledException();
/frameworks/base/lowpan/java/android/net/lowpan/
H A DOperationCanceledException.java26 public class OperationCanceledException extends LowpanException { class in inherits:LowpanException
28 public OperationCanceledException() {} method in class:OperationCanceledException
30 public OperationCanceledException(String message) { method in class:OperationCanceledException
34 public OperationCanceledException(String message, Throwable cause) { method in class:OperationCanceledException
38 protected OperationCanceledException(Exception cause) { method in class:OperationCanceledException
H A DLowpanException.java61 throw new OperationCanceledException(e);
/frameworks/base/test-mock/src/android/test/mock/
H A DMockAccountManager.java24 import android.accounts.OperationCanceledException;
79 throws OperationCanceledException, IOException, AuthenticatorException {
110 throws OperationCanceledException, IOException, AuthenticatorException {
115 throws OperationCanceledException, IOException, AuthenticatorException {
/frameworks/support/compat/src/main/java/androidx/core/content/
H A DContentResolverCompat.java26 import androidx.core.os.OperationCanceledException;
66 * If the operation is canceled, then {@link OperationCanceledException} will be thrown
84 if (e instanceof android.os.OperationCanceledException) {
85 // query() can throw a framework OperationCanceledException if it has been
87 throw new OperationCanceledException();
89 // If it's not a framework OperationCanceledException, re-throw the exception
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQuery.java21 import android.os.OperationCanceledException;
55 * @throws OperationCanceledException if the operation was canceled.
H A DSQLiteQueryBuilder.java22 import android.os.OperationCanceledException;
366 * If the operation is canceled, then {@link OperationCanceledException} will be thrown
H A DSQLiteSession.java22 import android.os.OperationCanceledException;
288 * @throws OperationCanceledException if the operation was canceled.
391 * @throws OperationCanceledException if the operation was canceled.
497 * @throws OperationCanceledException if the operation was canceled.
574 * @throws OperationCanceledException if the operation was canceled.
605 * @throws OperationCanceledException if the operation was canceled.
638 * @throws OperationCanceledException if the operation was canceled.
671 * @throws OperationCanceledException if the operation was canceled.
706 * @throws OperationCanceledException if the operation was canceled.
740 * @throws OperationCanceledException i
[all...]
H A DSQLiteConnectionPool.java24 import android.os.OperationCanceledException;
374 * @throws OperationCanceledException if the operation was canceled.
814 waiter.mException = new OperationCanceledException();
/frameworks/base/core/java/android/print/
H A DPrintFileDocumentAdapter.java25 import android.os.OperationCanceledException;
122 } catch (OperationCanceledException e) {
/frameworks/base/core/java/android/content/
H A DCursorLoader.java22 import android.os.OperationCanceledException;
63 throw new OperationCanceledException();
H A DAsyncTaskLoader.java21 import android.os.OperationCanceledException;
76 } catch (OperationCanceledException ex) {
218 * if the task threw {@link OperationCanceledException}.
292 * {@link OperationCanceledException}. In either case, the {@link Loader} will
298 * @throws OperationCanceledException if the load is canceled during execution.
314 * @throws OperationCanceledException if the load is canceled during execution.
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DMtpManagerTest.java26 import android.os.OperationCanceledException;
71 } catch (OperationCanceledException exception) {
/frameworks/support/loader/src/main/java/androidx/loader/content/
H A DCursorLoader.java28 import androidx.core.os.OperationCanceledException;
58 throw new OperationCanceledException();
H A DAsyncTaskLoader.java29 import androidx.core.os.OperationCanceledException;
63 } catch (OperationCanceledException ex) {
204 * if the task threw {@link OperationCanceledException}.
278 * {@link OperationCanceledException}. In either case, the {@link Loader} will
284 * @throws OperationCanceledException if the load is canceled during execution.
301 * @throws OperationCanceledException if the load is canceled during execution.
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
H A DSupportSQLiteDatabase.java26 import android.os.OperationCanceledException;
304 * If the operation is canceled, then {@link OperationCanceledException} will be thrown
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java31 import android.os.OperationCanceledException;
106 } else if (e instanceof OperationCanceledException) {
181 throw new OperationCanceledException(msg);
/frameworks/support/content/src/main/java/androidx/contentpager/content/
H A DContentPager.java31 import android.os.OperationCanceledException;
267 * If the operation is canceled, then {@link OperationCanceledException} will be thrown

Completed in 406 milliseconds

12