Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java167 private NotificationDelegate mNotificationDelegate; field in StatusBarManagerService
346 mNotificationDelegate = delegate;
1241 mHandler.post(() -> mNotificationDelegate.onSetDisabled(net1)); in disableLocked()
1602 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()
1613 mNotificationDelegate.clearEffects(); in clearNotificationEffects()
1624 mNotificationDelegate.onPanelHidden(); in onPanelHidden()
1640 mNotificationDelegate.prepareForPossibleShutdown(); in shutdown()
1661 mNotificationDelegate.prepareForPossibleShutdown(); in reboot()
1722 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key, nv); in onNotificationClick()
1737 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key, in onNotificationActionClick()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2405 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedClearAll_noLeak()
2639 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
2729 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testCancelAllClearsLifetimeExtended()
3559 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_OngoingFlag()
3582 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_NoClearFlag()
3608 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag()
6052 mService.mNotificationDelegate.onNotificationDirectReplied(r.getKey()); in testStats_updatedOnDirectReply()
6068 mService.mNotificationDelegate.onNotificationDirectReplied(r.getKey()); in testStats_DirectReplyLifetimeExtendedPostsUpdate()
6132 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, true, in testStats_updatedOnUserExpansion()
6138 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, false, in testStats_updatedOnUserExpansion()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1234 final NotificationDelegate mNotificationDelegate = new NotificationDelegate() { field in NotificationManagerService
2543 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()
3818 mNotificationDelegate.clearEffects();
8392 mNotificationDelegate.onBubbleMetadataFlagChanged(r.getKey(), flags);