Home
last modified time | relevance | path

Searched refs:mNotificationDelegate (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java166 private NotificationDelegate mNotificationDelegate; field in StatusBarManagerService
345 mNotificationDelegate = delegate;
1552 mNotificationDelegate.clearEffects(); in clearNotificationEffects()
1563 mNotificationDelegate.onPanelHidden(); in onPanelHidden()
1579 mNotificationDelegate.prepareForPossibleShutdown(); in shutdown()
1600 mNotificationDelegate.prepareForPossibleShutdown(); in reboot()
1723 mNotificationDelegate.onNotificationVisibilityChanged( in onNotificationVisibilityChanged()
1736 mNotificationDelegate.onNotificationExpansionChanged( in onNotificationExpansionChanged()
1748 mNotificationDelegate.onNotificationDirectReplied(key); in onNotificationDirectReplied()
1786 mNotificationDelegate.onNotificationSettingsViewed(key); in onNotificationSettingsViewed()
[all …]
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7892 mService.mNotificationDelegate.onPanelRevealed(false, items); in testOnPanelRevealedAndHidden()
7895 mService.mNotificationDelegate.onPanelHidden(); in testOnPanelRevealedAndHidden()
7916 mService.mNotificationDelegate.onNotificationSmartReplySent( in testOnNotificationSmartReplySent()
7939 mService.mNotificationDelegate.onNotificationActionClick( in testOnNotificationActionClick()
7964 mService.mNotificationDelegate.onNotificationActionClick( in testOnAssistantNotificationActionClick()
9192 mService.mNotificationDelegate.grantInlineReplyUriPermission(
9217 mService.mNotificationDelegate.grantInlineReplyUriPermission(
9244 mService.mNotificationDelegate.grantInlineReplyUriPermission(
9286 mService.mNotificationDelegate.grantInlineReplyUriPermission(
9308 mService.mNotificationDelegate.grantInlineReplyUriPermission(
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1109 final NotificationDelegate mNotificationDelegate = new NotificationDelegate() { field in NotificationManagerService
2371 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()
3588 mNotificationDelegate.clearEffects();
7675 mNotificationDelegate.onBubbleMetadataFlagChanged(r.getKey(), flags);