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.java80 private NotificationDelegate mNotificationDelegate; field in StatusBarManagerService
214 mNotificationDelegate = delegate;
725 mHandler.post(() -> mNotificationDelegate.onSetDisabled(net1)); in disableLocked()
1080 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()
1091 mNotificationDelegate.clearEffects(); in clearNotificationEffects()
1102 mNotificationDelegate.onPanelHidden(); in onPanelHidden()
1178 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key, nv); in onNotificationClick()
1193 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key, in onNotificationActionClick()
1209 mNotificationDelegate.onNotificationError(callingUid, callingPid, in onNotificationError()
1226 mNotificationDelegate.onNotificationClear(callingUid, callingPid, pkg, tag, id, userId, in onNotificationClear()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1043 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedClearAll_noLeak()
1203 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
1248 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_NoClearFlag()
1349 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag()
1469 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllOnClearAll_OnGoingFlag()
1539 mService.mNotificationDelegate.onClearAll(mUid, Binder.getCallingPid(), in testUserInitiatedCancelAllWithGroup_OnGoingFlag()
2870 mService.mNotificationDelegate.onNotificationDirectReplied(r.getKey()); in testStats_updatedOnDirectReply()
2880 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, true, in testStats_updatedOnUserExpansion()
2885 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, false, in testStats_updatedOnUserExpansion()
2896 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testStats_notUpdatedOnAutoExpansion()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java758 final NotificationDelegate mNotificationDelegate = new NotificationDelegate() { field in NotificationManagerService
1735 mStatusBar.setNotificationDelegate(mNotificationDelegate); in init()
2484 mNotificationDelegate.clearEffects();