/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 250 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 …]
|
D | RecoverableSecurityException.java | 173 } catch (PendingIntent.CanceledException ignored) { in onCreateDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
D | RecordingControllerTest.java | 90 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/ |
D | RecordingController.java | 144 } catch (PendingIntent.CanceledException e) { in startCountdown() 196 } catch (PendingIntent.CanceledException e) { in stopRecording()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ActionProxyReceiverTest.java | 80 public void testPendingIntentSentWithoutStatusBar() throws PendingIntent.CanceledException { in testPendingIntentSentWithoutStatusBar() 93 public void testPendingIntentSentWithStatusBar() throws PendingIntent.CanceledException { in testPendingIntentSentWithStatusBar()
|
D | SmartActionsReceiverTest.java | 64 public void testSmartActionIntent() throws PendingIntent.CanceledException { in testSmartActionIntent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | SystemActionPerformerTest.java | 38 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/ |
D | GlobalActionsPanelPlugin.java | 74 } catch (PendingIntent.CanceledException e) { in startPendingIntentDismissingKeyguard()
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverySnapshotListenersStorage.java | 95 } catch (PendingIntent.CanceledException e) { in tryToSendIntent()
|
/frameworks/base/services/core/java/com/android/server/location/listeners/ |
D | PendingIntentListenerRegistration.java | 74 if (e instanceof PendingIntent.CanceledException) { in onOperationFailure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | SmartActionsReceiver.java | 58 } catch (PendingIntent.CanceledException e) { in onReceive()
|
D | ActionProxyReceiver.java | 86 } catch (PendingIntent.CanceledException e) { in onReceive()
|
D | ScreenshotActionChip.java | 90 } catch (PendingIntent.CanceledException e) { in setPendingIntent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | AppSmsManager.java | 176 } catch (PendingIntent.CanceledException e) { in handleSmsReceivedIntent() 203 } catch (PendingIntent.CanceledException e) { in removeExpiredTokenLocked()
|
D | BtSmsInterfaceManager.java | 71 } catch (PendingIntent.CanceledException e) { in sendErrorInPendingIntent()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | SubActivityScreen.java | 55 } catch (PendingIntent.CanceledException e) { in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
D | TvNotificationAdapter.java | 105 } catch (PendingIntent.CanceledException e) { in onClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | StatusBehavior.kt | 79 } catch (e: PendingIntent.CanceledException) { in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppTimeTracker.java | 95 } catch (PendingIntent.CanceledException e) { in deliverResult()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | NewNotifPipelineBubblesTest.java | 683 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/ |
D | UsbUserPermissionManager.java | 712 } 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/ |
D | MediaSessionLegacyHelper.java | 20 import android.app.PendingIntent.CanceledException; 337 } catch (CanceledException e) { in sendKeyEvent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuView.java | 209 } catch (PendingIntent.CanceledException e) { in onClick()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipMenuView.java | 36 import android.app.PendingIntent.CanceledException; 477 } catch (CanceledException e) { in updateActionViews()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimator.kt | 187 @Throws(PendingIntent.CanceledException::class) in <lambda>() 209 @Throws(PendingIntent.CanceledException::class) in <lambda>()
|