/frameworks/base/core/java/android/content/ |
D | IntentSender.java | 71 public static class SendIntentException extends AndroidException { class in IntentSender 72 public SendIntentException() { in SendIntentException() method in IntentSender.SendIntentException 75 public SendIntentException(String name) { in SendIntentException() method in IntentSender.SendIntentException 79 public SendIntentException(Exception cause) { in SendIntentException() method in IntentSender.SendIntentException 160 OnFinished onFinished, Handler handler) throws SendIntentException { in sendIntent() 192 throws SendIntentException { in sendIntent() 204 throw new SendIntentException(); in sendIntent() 207 throw new SendIntentException(); in sendIntent()
|
D | ContextWrapper.java | 463 throws IntentSender.SendIntentException { in startIntentSender() 472 throws IntentSender.SendIntentException { in startIntentSender()
|
D | Context.java | 2098 int extraFlags) throws IntentSender.SendIntentException; in startIntentSender() 2127 int extraFlags, @Nullable Bundle options) throws IntentSender.SendIntentException; in startIntentSender()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | HarmfulAppWarningActivity.java | 110 } catch (IntentSender.SendIntentException e) { in onClick()
|
D | HeavyWeightSwitcherActivity.java | 155 } catch (IntentSender.SendIntentException ex) {
|
D | SuspendedAppActivity.java | 316 } catch (IntentSender.SendIntentException e) { in onClick()
|
D | ChooserActivity.java | 47 import android.content.IntentSender.SendIntentException; 1685 } catch (IntentSender.SendIntentException e) { 1781 } catch (SendIntentException e) {
|
/frameworks/base/core/java/android/app/ |
D | FragmentHostCallback.java | 175 int extraFlags, Bundle options) throws IntentSender.SendIntentException { in onStartIntentSenderFromFragment()
|
D | Activity.java | 5599 throws IntentSender.SendIntentException { 5631 @Nullable Bundle options) throws IntentSender.SendIntentException { 5649 throws IntentSender.SendIntentException { 5665 throw new IntentSender.SendIntentException(); 5812 throws IntentSender.SendIntentException { 5840 @Nullable Bundle options) throws IntentSender.SendIntentException { 6153 throws IntentSender.SendIntentException { 6171 throws IntentSender.SendIntentException { 6184 throws IntentSender.SendIntentException { 8549 } catch (IntentSender.SendIntentException e) { [all …]
|
D | ContextImpl.java | 1141 throws IntentSender.SendIntentException { in startIntentSender() 1148 throws IntentSender.SendIntentException { in startIntentSender() 1163 throw new IntentSender.SendIntentException(); in startIntentSender()
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 349 throws IntentSender.SendIntentException { in startIntentSender() 356 Bundle options) throws IntentSender.SendIntentException { in startIntentSender()
|
/frameworks/base/core/java/android/companion/ |
D | CompanionDeviceManager.java | 246 } catch (IntentSender.SendIntentException e) { in requestNotificationAccess()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | SelectPrinterActivity.java | 26 import android.content.IntentSender.SendIntentException; 720 } catch (SendIntentException e) {
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 315 } catch (IntentSender.SendIntentException e) { in startAppWidgetConfigureActivityForResult()
|
/frameworks/base/core/java/android/print/ |
D | PrintManager.java | 31 import android.content.IntentSender.SendIntentException; 540 } catch (SendIntentException sie) { in print()
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccManager.java | 950 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 36 import android.content.IntentSender.SendIntentException; 1205 } catch (SendIntentException ignored) { in onUserActionRequired() 1230 } catch (SendIntentException ignored) { in onPackageDeleted()
|
D | PackageInstallerSession.java | 1875 } catch (IntentSender.SendIntentException ignore) { in statusUpdate() 4368 } catch (IntentSender.SendIntentException ignored) { in sendOnUserActionRequired() 4411 } catch (IntentSender.SendIntentException ignored) { in sendOnPackageInstalled() 4436 } catch (IntentSender.SendIntentException ignored) { in sendPendingStreaming()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | AutoFillUI.java | 344 } catch (IntentSender.SendIntentException e) { in showSaveUi()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 157 } catch (IntentSender.SendIntentException e) {
|
/frameworks/base/test-mock/api/ |
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;
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | Rollback.java | 653 } catch (IntentSender.SendIntentException e) { in commit()
|
D | RollbackManagerServiceImpl.java | 705 } catch (IntentSender.SendIntentException e) {
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1891 throws IntentSender.SendIntentException { in startIntentSender() 1898 Bundle options) throws IntentSender.SendIntentException { in startIntentSender()
|
/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
D | RecoverySystemService.java | 675 } catch (IntentSender.SendIntentException e) { in sendPreparedForRebootIntentIfNeeded()
|