/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationListController.java | 84 mEntryManager.updateNotifications(); 109 mEntryManager.updateNotifications(); in updateNotificationsForAppOp()
|
D | NotificationEntryManager.java | 179 updateNotifications(); in onReorderingAllowed() 248 updateNotifications(); in onAsyncInflationFinished() 329 updateNotifications(); in removeNotificationInternal() 441 updateNotifications(); in updateNotificationInternal() 465 public void updateNotifications() { in updateNotifications() method in NotificationEntryManager 501 updateNotifications(); in updateNotificationRanking()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationListControllerTest.java | 113 verify(mEntryManager).updateNotifications(); in testCallUpdateNotificationsOnDeviceProvisionedChange() 134 verify(mEntryManager, times(1)).updateNotifications(); in testAppOps_appOpAddedToForegroundNotif() 147 verify(mEntryManager, never()).updateNotifications(); in testAppOps_appOpAddedToUnrelatedNotif()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManagerTest.java | 110 verify(mEntryManager, times(0)).updateNotifications(); in testDismissCurrentBlockingHelper_withDetachedBlockingHelperRow() 123 verify(mEntryManager).updateNotifications(); in testDismissCurrentBlockingHelper_withAttachedBlockingHelperRow() 242 verify(mEntryManager).updateNotifications(); in testBlockingHelperShowAndDismiss()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 105 getEntryManager().updateNotifications(); 204 getEntryManager().updateNotifications(); in setUpWithPresenter() 213 getEntryManager().updateNotifications(); in setUpWithPresenter() 529 getEntryManager().updateNotifications(); in updatePublicMode()
|
D | NotificationMediaManager.java | 367 mEntryManager.updateNotifications(); in findAndUpdateMediaNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 101 verify(mEntryManager, times(1)).updateNotifications(); in testLockScreenShowNotificationsChangeUpdatesNotifications() 140 verify(mEntryManager, times(1)).updateNotifications(); in testSettingsObserverUpdatesNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 225 verify(mNotificationEntryManager).updateNotifications(); in testRemoveBubble() 231 verify(mNotificationEntryManager, times(2)).updateNotifications(); in testRemoveBubble() 259 verify(mNotificationEntryManager, times(1)).updateNotifications(); in testDismissStack() 262 verify(mNotificationEntryManager, times(2)).updateNotifications(); in testDismissStack() 268 verify(mNotificationEntryManager, times(3)).updateNotifications(); in testDismissStack()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManager.java | 142 Dependency.get(NotificationEntryManager.class).updateNotifications(); in dismissCurrentBlockingHelper()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 102 updateNotifications(notifyPrintJobs); in onUpdateNotifications() 110 private void updateNotifications(List<PrintJobInfo> printJobs) { in updateNotifications() method in NotificationController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 581 mNotificationEntryManager.updateNotifications(); 621 mNotificationEntryManager.updateNotifications(); in handleSummaryRemovalInterception() 778 mNotificationEntryManager.updateNotifications();
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 229 updateNotifications(vol, oldLevel, newLevel); in check() 446 private void updateNotifications(VolumeInfo vol, int oldLevel, int newLevel) { in updateNotifications() method in DeviceStorageMonitorService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 597 mEntryManager.updateNotifications(); 612 mEntryManager.updateNotifications(); 1400 mEntryManager.updateNotifications(); in requestNotificationUpdate() 1642 mEntryManager.updateNotifications(); in onHeadsUpStateChanged() 3552 mEntryManager.updateNotifications(); in onDozingChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 5331 mEntryManager.updateNotifications();
|
/frameworks/base/services/ |
D | art-profile | 13279 HSPLcom/android/server/storage/DeviceStorageMonitorService;->updateNotifications(Landroid/os/storag…
|