Home
last modified time | relevance | path

Searched refs:CanceledException (Results 1 – 25 of 71) sorted by relevance

123

/frameworks/base/core/java/android/app/
DPendingIntent.java310 public static class CanceledException extends AndroidException { class in PendingIntent
311 public CanceledException() { in CanceledException() method in PendingIntent.CanceledException
314 public CanceledException(String name) { in CanceledException() method in PendingIntent.CanceledException
318 public CanceledException(Exception cause) { in CanceledException() method in PendingIntent.CanceledException
887 public void send() throws CanceledException { in send()
902 public void send(int code) throws CanceledException { in send()
924 throws CanceledException { in send()
941 public void send(@Nullable Bundle options) throws CanceledException { in send()
963 throws CanceledException { in send()
998 @Nullable OnFinished onFinished, @Nullable Handler handler) throws CanceledException { in send()
[all …]
DRecoverableSecurityException.java173 } catch (PendingIntent.CanceledException ignored) { in onCreateDialog()
/frameworks/base/services/core/java/com/android/server/location/listeners/
DPendingIntentListenerRegistration.java58 if (e instanceof PendingIntent.CanceledException) { in onOperationFailure()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DGlobalActionsPanelPlugin.java77 } catch (PendingIntent.CanceledException e) { in startPendingIntentDismissingKeyguard()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DSystemActionPerformerTest.java37 import android.app.PendingIntent.CanceledException;
230 public void testPerformSystemActionNewAction() throws CanceledException { in testPerformSystemActionNewAction()
249 throws CanceledException { in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorage.java95 } catch (PendingIntent.CanceledException e) { in tryToSendIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSmartActionsReceiver.java61 } catch (PendingIntent.CanceledException e) { in onReceive()
DActionExecutor.kt74 } catch (e: PendingIntent.CanceledException) { in sendPendingIntent()
DOverlayActionChip.java106 } catch (PendingIntent.CanceledException e) { in setPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingController.java216 } catch (PendingIntent.CanceledException e) { in startCountdown()
268 } catch (PendingIntent.CanceledException e) { in stopRecording()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DSmartActionsReceiverTest.java64 public void testSmartActionIntent() throws PendingIntent.CanceledException { in testSmartActionIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DAppSmsManager.java177 } catch (PendingIntent.CanceledException e) { in handleSmsReceivedIntent()
204 } catch (PendingIntent.CanceledException e) { in removeExpiredTokenLocked()
DBtSmsInterfaceManager.java75 } catch (PendingIntent.CanceledException e) { in sendErrorInPendingIntent()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DSubActivityScreen.java55 } catch (PendingIntent.CanceledException e) { in onCreate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipCustomAction.java74 } catch (PendingIntent.CanceledException e) { in executeAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DStatusBehavior.kt84 } catch (e: PendingIntent.CanceledException) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingControllerTest.java176 public void testStartRecording() throws PendingIntent.CanceledException { in testStartRecording()
186 public void testStopRecording() throws PendingIntent.CanceledException { in testStopRecording()
/frameworks/base/services/core/java/com/android/server/am/
DAppTimeTracker.java95 } catch (PendingIntent.CanceledException e) { in deliverResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractor.kt150 } catch (e: PendingIntent.CanceledException) { in <lambda>()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DSlicePurchaseBroadcastReceiver.java118 } catch (PendingIntent.CanceledException e) { in sendSlicePurchaseAppResponse()
141 } catch (PendingIntent.CanceledException e) { in sendSlicePurchaseAppResponseWithData()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbUserPermissionManager.java726 } catch (PendingIntent.CanceledException e) { in requestPermission()
740 } catch (PendingIntent.CanceledException e) { in requestPermission()
760 } catch (PendingIntent.CanceledException e) { in requestPermission()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDialogHelper.java256 } catch (PendingIntent.CanceledException e) { in sendPermissionDialogResponse()
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java20 import android.app.PendingIntent.CanceledException;
340 } catch (CanceledException e) { in sendKeyEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java518 } catch (PendingIntent.CanceledException e) { in startNotificationIntent()
675 } catch (PendingIntent.CanceledException e) { in launchFullScreenIntent()
/frameworks/base/services/core/java/com/android/server/media/
DMediaButtonReceiverHolder.java214 } catch (PendingIntent.CanceledException e) { in send()

123