/frameworks/base/core/java/android/accounts/ |
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
|
D | AccountManagerFuture.java | 94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult() 114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
|
D | AccountManager.java | 1626 throws OperationCanceledException, IOException, AuthenticatorException { 2377 throws OperationCanceledException, IOException, AuthenticatorException { 2388 throw new OperationCanceledException(e); 2411 throws OperationCanceledException, IOException, AuthenticatorException { 2417 throws OperationCanceledException, IOException, AuthenticatorException { 2558 throws OperationCanceledException, IOException, AuthenticatorException { 2592 throw new OperationCanceledException(); 2597 throws OperationCanceledException, IOException, AuthenticatorException { 2603 throws OperationCanceledException, IOException, AuthenticatorException { 2680 } catch (OperationCanceledException e) { [all …]
|
D | GrantCredentialsPermissionActivity.java | 119 } catch (OperationCanceledException e) { in onCreate()
|
D | ChooseTypeAndAccountActivity.java | 408 } catch (OperationCanceledException e) { in run()
|
/frameworks/base/core/java/android/os/ |
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
|
D | CancellationSignal.java | 59 throw new OperationCanceledException(); in throwIfCanceled()
|
/frameworks/base/test-mock/src/android/test/mock/ |
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()
|
/frameworks/base/core/java/android/print/ |
D | PrintFileDocumentAdapter.java | 25 import android.os.OperationCanceledException; 122 } catch (OperationCanceledException e) { in doInBackground()
|
/frameworks/base/core/java/android/content/ |
D | CursorLoader.java | 24 import android.os.OperationCanceledException; 67 throw new OperationCanceledException(); in loadInBackground()
|
D | AsyncTaskLoader.java | 22 import android.os.OperationCanceledException; 77 } catch (OperationCanceledException ex) { in doInBackground()
|
D | ContentResolver.java | 58 import android.os.OperationCanceledException;
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteQuery.java | 21 import android.os.OperationCanceledException;
|
D | SQLiteConnectionPool.java | 24 import android.os.OperationCanceledException; 847 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
|
D | SQLiteSession.java | 25 import android.os.OperationCanceledException;
|
D | SQLiteQueryBuilder.java | 27 import android.os.OperationCanceledException;
|
D | SQLiteConnection.java | 28 import android.os.OperationCanceledException;
|
D | SQLiteDatabase.java | 40 import android.os.OperationCanceledException;
|
/frameworks/base/services/core/java/com/android/server/security/rkp/ |
D | RemoteProvisioningRegistration.java | 21 import android.os.OperationCanceledException; 70 if (e instanceof OperationCanceledException) { in onError()
|
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/ |
D | RemoteProvisioningRegistrationTest.java | 39 import android.os.OperationCanceledException; 173 executor.execute(() -> receiver.onError(new OperationCanceledException())); in getKeyCancelDuringProxyOperation()
|
/frameworks/base/core/java/android/database/ |
D | DatabaseUtils.java | 36 import android.os.OperationCanceledException; 126 } else if (e instanceof OperationCanceledException) { in writeExceptionToParcel() 201 throw new OperationCanceledException(msg); in readExceptionFromParcel()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 43 import android.os.OperationCanceledException; 1355 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
|
/frameworks/base/core/java/ |
D | Android.bp | 70 "android/accounts/OperationCanceledException.java",
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 287 import android.accounts.OperationCanceledException; 21858 } catch (OperationCanceledException e) { 21899 } catch (OperationCanceledException | AuthenticatorException | IOException e) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |