Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/app/
DPendingIntent.java250 public static class CanceledException extends AndroidException { class in PendingIntent
251 public CanceledException() { in CanceledException() method in PendingIntent.CanceledException
254 public CanceledException(String name) { in CanceledException() method in PendingIntent.CanceledException
258 public CanceledException(Exception cause) { in CanceledException() method in PendingIntent.CanceledException
770 public void send() throws CanceledException { in send()
784 public void send(int code) throws CanceledException { in send()
805 throws CanceledException { in send()
826 throws CanceledException { in send()
864 @Nullable OnFinished onFinished, @Nullable Handler handler) throws CanceledException { in send()
909 throws CanceledException { in send()
[all …]
DRecoverableSecurityException.java173 } catch (PendingIntent.CanceledException ignored) { in onCreateDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingControllerTest.java90 public void testStartRecording() throws PendingIntent.CanceledException { in testStartRecording()
104 public void testStopRecording() throws PendingIntent.CanceledException { in testStopRecording()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingController.java144 } catch (PendingIntent.CanceledException e) { in startCountdown()
196 } catch (PendingIntent.CanceledException e) { in stopRecording()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionProxyReceiverTest.java80 public void testPendingIntentSentWithoutStatusBar() throws PendingIntent.CanceledException { in testPendingIntentSentWithoutStatusBar()
93 public void testPendingIntentSentWithStatusBar() throws PendingIntent.CanceledException { in testPendingIntentSentWithStatusBar()
DSmartActionsReceiverTest.java64 public void testSmartActionIntent() throws PendingIntent.CanceledException { in testSmartActionIntent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DSystemActionPerformerTest.java38 import android.app.PendingIntent.CanceledException;
226 public void testPerformSystemActionNewAction() throws CanceledException { in testPerformSystemActionNewAction()
245 throws CanceledException { in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DGlobalActionsPanelPlugin.java74 } catch (PendingIntent.CanceledException e) { in startPendingIntentDismissingKeyguard()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverySnapshotListenersStorage.java95 } catch (PendingIntent.CanceledException e) { in tryToSendIntent()
/frameworks/base/services/core/java/com/android/server/location/listeners/
DPendingIntentListenerRegistration.java74 if (e instanceof PendingIntent.CanceledException) { in onOperationFailure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSmartActionsReceiver.java58 } catch (PendingIntent.CanceledException e) { in onReceive()
DActionProxyReceiver.java86 } catch (PendingIntent.CanceledException e) { in onReceive()
DScreenshotActionChip.java90 } catch (PendingIntent.CanceledException e) { in setPendingIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DAppSmsManager.java176 } catch (PendingIntent.CanceledException e) { in handleSmsReceivedIntent()
203 } catch (PendingIntent.CanceledException e) { in removeExpiredTokenLocked()
DBtSmsInterfaceManager.java71 } 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/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationAdapter.java105 } catch (PendingIntent.CanceledException e) { in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DStatusBehavior.kt79 } catch (e: PendingIntent.CanceledException) { in <lambda>()
/frameworks/base/services/core/java/com/android/server/am/
DAppTimeTracker.java95 } catch (PendingIntent.CanceledException e) { in deliverResult()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DNewNotifPipelineBubblesTest.java683 public void testDeleteIntent_removeBubble_aged() throws PendingIntent.CanceledException { in testDeleteIntent_removeBubble_aged()
690 public void testDeleteIntent_removeBubble_user() throws PendingIntent.CanceledException { in testDeleteIntent_removeBubble_user()
698 public void testDeleteIntent_dismissStack() throws PendingIntent.CanceledException { in testDeleteIntent_dismissStack()
707 throws PendingIntent.CanceledException { in testRemoveBubble_noLongerBubbleAfterUpdate()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbUserPermissionManager.java712 } catch (PendingIntent.CanceledException e) { in requestPermission()
726 } catch (PendingIntent.CanceledException e) { in requestPermission()
746 } catch (PendingIntent.CanceledException e) { in requestPermission()
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java20 import android.app.PendingIntent.CanceledException;
337 } catch (CanceledException e) { in sendKeyEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuView.java209 } catch (PendingIntent.CanceledException e) { in onClick()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java36 import android.app.PendingIntent.CanceledException;
477 } catch (CanceledException e) { in updateActionViews()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt187 @Throws(PendingIntent.CanceledException::class) in <lambda>()
209 @Throws(PendingIntent.CanceledException::class) in <lambda>()

123