Home
last modified time | relevance | path

Searched refs:OperationCanceledException (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/accounts/
H A DOperationCanceledException.java18 public class OperationCanceledException extends AccountsException { class
19 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException
22 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
25 public OperationCanceledException(String message, Throwable cause) { in OperationCanceledException() method in OperationCanceledException
28 public OperationCanceledException(Throwable cause) { in OperationCanceledException() method in OperationCanceledException
H A DAccountManagerFuture.java94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
H A DAccountManager.java1626 throws OperationCanceledException, IOException, AuthenticatorException {
2377 throws OperationCanceledException, IOException, AuthenticatorException {
2388 throw new OperationCanceledException();
2411 throw new OperationCanceledException();
2416 throws OperationCanceledException, IOException, AuthenticatorException {
2422 throws OperationCanceledException, IOException, AuthenticatorException {
2563 throws OperationCanceledException, IOException, AuthenticatorException {
2597 throw new OperationCanceledException();
2602 throws OperationCanceledException, IOException, AuthenticatorException {
2685 } catch (OperationCanceledException e) {
[all …]
H A DGrantCredentialsPermissionActivity.java119 } catch (OperationCanceledException e) { in onCreate()
H A DChooseTypeAndAccountActivity.java408 } catch (OperationCanceledException e) { in run()
/aosp14/frameworks/base/core/java/android/os/
H A DOperationCanceledException.java25 public class OperationCanceledException extends RuntimeException { class
26 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException
30 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
H A DCancellationSignal.java58 throw new OperationCanceledException(); in throwIfCanceled()
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockAccountManager.java24 import android.accounts.OperationCanceledException;
79 throws OperationCanceledException, IOException, AuthenticatorException { in blockingGetAuthToken()
110 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
115 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
/aosp14/frameworks/base/core/java/android/print/
H A DPrintFileDocumentAdapter.java25 import android.os.OperationCanceledException;
122 } catch (OperationCanceledException e) { in doInBackground()
/aosp14/frameworks/base/core/java/android/content/
H A DCursorLoader.java24 import android.os.OperationCanceledException;
67 throw new OperationCanceledException(); in loadInBackground()
H A DAsyncTaskLoader.java22 import android.os.OperationCanceledException;
77 } catch (OperationCanceledException ex) { in doInBackground()
H A DContentResolver.java58 import android.os.OperationCanceledException;
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQuery.java21 import android.os.OperationCanceledException;
H A DSQLiteSession.java23 import android.os.OperationCanceledException;
H A DSQLiteConnectionPool.java24 import android.os.OperationCanceledException;
840 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
H A DSQLiteQueryBuilder.java27 import android.os.OperationCanceledException;
H A DSQLiteConnection.java25 import android.os.OperationCanceledException;
H A DSQLiteDatabase.java39 import android.os.OperationCanceledException;
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/
H A DRemoteProvisioningRegistration.java21 import android.os.OperationCanceledException;
70 if (e instanceof OperationCanceledException) { in onError()
/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningRegistrationTest.java39 import android.os.OperationCanceledException;
173 executor.execute(() -> receiver.onError(new OperationCanceledException())); in getKeyCancelDuringProxyOperation()
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java35 import android.os.OperationCanceledException;
113 } else if (e instanceof OperationCanceledException) { in writeExceptionToParcel()
188 throw new OperationCanceledException(msg); in readExceptionFromParcel()
/aosp14/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java43 import android.os.OperationCanceledException;
1355 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
/aosp14/frameworks/base/core/java/
H A DAndroid.bp64 "android/accounts/OperationCanceledException.java",
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java263 import android.accounts.OperationCanceledException;
22004 } catch (OperationCanceledException e) {
22044 } catch (OperationCanceledException | AuthenticatorException | IOException e) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12