Searched refs:SendIntentException (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/core/java/android/content/
H A DIntentSender.java65 public static class SendIntentException extends AndroidException { class in class:IntentSender
66 public SendIntentException() { method in class:IntentSender.SendIntentException
69 public SendIntentException(String name) { method in class:IntentSender.SendIntentException
73 public SendIntentException(Exception cause) { method in class:IntentSender.SendIntentException
150 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
154 OnFinished onFinished, Handler handler) throws SendIntentException {
181 * @throws SendIntentException Throws CanceledIntentException if the IntentSender
186 throws SendIntentException {
198 throw new SendIntentException();
201 throw new SendIntentException();
[all...]
H A DContext.java1870 int extraFlags) throws IntentSender.SendIntentException;
1899 int extraFlags, @Nullable Bundle options) throws IntentSender.SendIntentException;
H A DContextWrapper.java429 throws IntentSender.SendIntentException {
437 Bundle options) throws IntentSender.SendIntentException {
/frameworks/support/compat/src/main/java/androidx/core/content/pm/
H A DShortcutManagerCompat.java113 } catch (IntentSender.SendIntentException e) {
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentHostCallback.java138 int extraFlags, Bundle options) throws IntentSender.SendIntentException {
H A DFragmentActivity.java760 throws IntentSender.SendIntentException {
775 Bundle options) throws IntentSender.SendIntentException {
885 int extraFlags, Bundle options) throws IntentSender.SendIntentException {
988 int extraFlags, Bundle options) throws IntentSender.SendIntentException {
/frameworks/base/core/java/com/android/internal/app/
H A DHarmfulAppWarningActivity.java106 } catch (IntentSender.SendIntentException e) {
H A DHeavyWeightSwitcherActivity.java150 } catch (IntentSender.SendIntentException ex) {
H A DChooserActivity.java30 import android.content.IntentSender.SendIntentException;
350 } catch (IntentSender.SendIntentException e) {
438 } catch (SendIntentException e) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentReceiveResultSupport.java86 } catch (IntentSender.SendIntentException e) {
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentReceiveResultSupport.java86 } catch (IntentSender.SendIntentException e) {
/frameworks/base/core/java/android/app/
H A DFragmentHostCallback.java173 int extraFlags, Bundle options) throws IntentSender.SendIntentException {
H A DActivity.java4778 throws IntentSender.SendIntentException {
4810 Bundle options) throws IntentSender.SendIntentException {
4828 throws IntentSender.SendIntentException {
4843 throw new IntentSender.SendIntentException();
4968 throws IntentSender.SendIntentException {
4995 Bundle options) throws IntentSender.SendIntentException {
5301 throws IntentSender.SendIntentException {
5315 throws IntentSender.SendIntentException {
5330 throws IntentSender.SendIntentException {
7628 } catch (IntentSender.SendIntentException
[all...]
/frameworks/base/core/java/android/companion/
H A DCompanionDeviceManager.java223 } catch (IntentSender.SendIntentException e) {
/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java361 * @throws android.content.IntentSender.SendIntentException if called more than once.
364 PendingIntent callbackIntent) throws IntentSender.SendIntentException {
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DFragmentReceiveResultTest.java178 } catch (IntentSender.SendIntentException e) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java35 import android.content.IntentSender.SendIntentException;
837 } catch (SendIntentException ignored) {
859 } catch (SendIntentException ignored) {
889 } catch (SendIntentException ignored) {
929 } catch (SendIntentException ignored) {
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java339 throws IntentSender.SendIntentException {
346 Bundle options) throws IntentSender.SendIntentException {
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java292 } catch (IntentSender.SendIntentException e) {
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DActivityCompat.java269 throws IntentSender.SendIntentException {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java127 } catch (IntentSender.SendIntentException e) {
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java309 } catch (IntentSender.SendIntentException e) {
/frameworks/base/core/java/android/print/
H A DPrintManager.java30 import android.content.IntentSender.SendIntentException;
538 } catch (SendIntentException sie) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java26 import android.content.IntentSender.SendIntentException;
720 } catch (SendIntentException e) {
/frameworks/base/services/core/java/com/android/server/stats/
H A DStatsCompanionService.java216 } catch (IntentSender.SendIntentException e) {
248 } catch (IntentSender.SendIntentException e) {

Completed in 465 milliseconds

12