/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | OperationCanceledException.java | 18 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 D | AccountManagerFuture.java | 94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult() 114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
|
H A D | AccountManager.java | 1626 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 D | GrantCredentialsPermissionActivity.java | 119 } catch (OperationCanceledException e) { in onCreate()
|
H A D | ChooseTypeAndAccountActivity.java | 408 } catch (OperationCanceledException e) { in run()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | OperationCanceledException.java | 25 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 D | CancellationSignal.java | 58 throw new OperationCanceledException(); in throwIfCanceled()
|
/aosp14/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockAccountManager.java | 24 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 D | PrintFileDocumentAdapter.java | 25 import android.os.OperationCanceledException; 122 } catch (OperationCanceledException e) { in doInBackground()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | CursorLoader.java | 24 import android.os.OperationCanceledException; 67 throw new OperationCanceledException(); in loadInBackground()
|
H A D | AsyncTaskLoader.java | 22 import android.os.OperationCanceledException; 77 } catch (OperationCanceledException ex) { in doInBackground()
|
H A D | ContentResolver.java | 58 import android.os.OperationCanceledException;
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteQuery.java | 21 import android.os.OperationCanceledException;
|
H A D | SQLiteSession.java | 23 import android.os.OperationCanceledException;
|
H A D | SQLiteConnectionPool.java | 24 import android.os.OperationCanceledException; 840 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
|
H A D | SQLiteQueryBuilder.java | 27 import android.os.OperationCanceledException;
|
H A D | SQLiteConnection.java | 25 import android.os.OperationCanceledException;
|
H A D | SQLiteDatabase.java | 39 import android.os.OperationCanceledException;
|
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/ |
H A D | RemoteProvisioningRegistration.java | 21 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 D | RemoteProvisioningRegistrationTest.java | 39 import android.os.OperationCanceledException; 173 executor.execute(() -> receiver.onError(new OperationCanceledException())); in getKeyCancelDuringProxyOperation()
|
/aosp14/frameworks/base/core/java/android/database/ |
H A D | DatabaseUtils.java | 35 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 D | DocumentsContract.java | 43 import android.os.OperationCanceledException; 1355 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
|
/aosp14/frameworks/base/core/java/ |
H A D | Android.bp | 64 "android/accounts/OperationCanceledException.java",
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 263 import android.accounts.OperationCanceledException; 22004 } catch (OperationCanceledException e) { 22044 } catch (OperationCanceledException | AuthenticatorException | IOException e) {
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |