/aosp14/frameworks/base/core/java/android/content/ |
H A D | IntentSender.java | 74 public static class SendIntentException extends AndroidException { class in IntentSender 75 public SendIntentException() { in SendIntentException() method in IntentSender.SendIntentException 78 public SendIntentException(String name) { in SendIntentException() method in IntentSender.SendIntentException 82 public SendIntentException(Exception cause) { in SendIntentException() method in IntentSender.SendIntentException 163 OnFinished onFinished, Handler handler) throws SendIntentException { in sendIntent() 195 throws SendIntentException { in sendIntent() 231 throws SendIntentException { in sendIntent() 245 throw new SendIntentException(); in sendIntent() 248 throw new SendIntentException(); in sendIntent()
|
H A D | ContextWrapper.java | 488 throws IntentSender.SendIntentException { in startIntentSender() 497 throws IntentSender.SendIntentException { in startIntentSender()
|
H A D | Context.java | 2293 int extraFlags) throws IntentSender.SendIntentException; in startIntentSender() 2322 int extraFlags, @Nullable Bundle options) throws IntentSender.SendIntentException; in startIntentSender()
|
/aosp14/frameworks/base/core/java/android/credentials/ |
H A D | PrepareGetCredentialResponse.java | 85 } catch (IntentSender.SendIntentException e) { in show() 106 } catch (IntentSender.SendIntentException e) { in show()
|
H A D | CredentialManager.java | 664 } catch (IntentSender.SendIntentException e) { in onPendingIntent() 722 } catch (IntentSender.SendIntentException e) { in onPendingIntent()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | LaunchAfterAuthenticationActivity.java | 98 } catch (IntentSender.SendIntentException e) { in onUnlocked()
|
H A D | HarmfulAppWarningActivity.java | 120 } catch (IntentSender.SendIntentException e) { in onClick()
|
H A D | HeavyWeightSwitcherActivity.java | 161 } catch (IntentSender.SendIntentException ex) {
|
H A D | SuspendedAppActivity.java | 327 } catch (IntentSender.SendIntentException e) { in onClick()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/appenumeration/src/com/android/server/pm/test/appenumeration/ |
H A D | AppEnumerationInternalTests.java | 163 Assert.assertThrows(IntentSender.SendIntentException.class, in getLaunchIntentSenderForPackage_intentSender_cannotDetectPackage()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | FragmentHostCallback.java | 175 int extraFlags, Bundle options) throws IntentSender.SendIntentException { in onStartIntentSenderFromFragment()
|
H A D | Activity.java | 5921 throws IntentSender.SendIntentException { 5933 throws IntentSender.SendIntentException { 5965 @Nullable Bundle options) throws IntentSender.SendIntentException { 5986 throws IntentSender.SendIntentException { 6002 throw new IntentSender.SendIntentException(); 6135 throws IntentSender.SendIntentException { 6163 @Nullable Bundle options) throws IntentSender.SendIntentException { 6476 throws IntentSender.SendIntentException { 6494 throws IntentSender.SendIntentException { 6507 throws IntentSender.SendIntentException { [all …]
|
/aosp14/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockContext.java | 349 throws IntentSender.SendIntentException { in startIntentSender() 356 Bundle options) throws IntentSender.SendIntentException { in startIntentSender()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | SelectPrinterActivity.java | 27 import android.content.IntentSender.SendIntentException; 725 } catch (SendIntentException e) {
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillClientController.java | 495 } catch (IntentSender.SendIntentException e) { in autofillClientAuthenticate()
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHost.java | 324 } catch (IntentSender.SendIntentException e) { in startAppWidgetConfigureActivityForResult()
|
/aosp14/frameworks/base/core/java/android/print/ |
H A D | PrintManager.java | 32 import android.content.IntentSender.SendIntentException; 545 } catch (SendIntentException sie) { in print()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerService.java | 43 import android.content.IntentSender.SendIntentException; 1403 } catch (SendIntentException ignore) { 1569 } catch (SendIntentException ignored) { 1597 } catch (SendIntentException ignored) {
|
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccManager.java | 1054 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationLockscreenUserManagerImpl.java | 167 } catch (IntentSender.SendIntentException e) {
|
/aosp14/frameworks/base/test-mock/api/ |
H A D | current.txt | 133 …er, android.content.Intent, int, int, int) throws android.content.IntentSender.SendIntentException; 134 ….Intent, int, int, int, android.os.Bundle) throws android.content.IntentSender.SendIntentException;
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | Rollback.java | 640 } catch (IntentSender.SendIntentException e) { in commit()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 386 } catch (IntentSender.SendIntentException e) { in showSaveUi()
|
/aosp14/frameworks/base/core/java/android/companion/ |
H A D | CompanionDeviceManager.java | 680 } catch (IntentSender.SendIntentException e) { in requestNotificationAccess()
|
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
H A D | RecoverySystemService.java | 686 } catch (IntentSender.SendIntentException e) { in sendPreparedForRebootIntentIfNeeded()
|