/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationListController.java | 84 mEntryManager.updateNotifications(); 109 mEntryManager.updateNotifications(); in updateNotificationsForAppOp()
|
D | NotificationEntryManager.java | 174 updateNotifications(); in onReorderingAllowed() 243 updateNotifications(); in onAsyncInflationFinished() 324 updateNotifications(); in removeNotificationInternal() 436 updateNotifications(); in updateNotificationInternal() 460 public void updateNotifications() { in updateNotifications() method in NotificationEntryManager 496 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 | 101 getEntryManager().updateNotifications(); 199 getEntryManager().updateNotifications(); in setUpWithPresenter() 208 getEntryManager().updateNotifications(); in setUpWithPresenter() 524 getEntryManager().updateNotifications(); in updatePublicMode()
|
D | NotificationMediaManager.java | 346 mEntryManager.updateNotifications(); in findAndUpdateMediaNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 216 verify(mNotificationEntryManager).updateNotifications(); in testRemoveBubble() 222 verify(mNotificationEntryManager, times(2)).updateNotifications(); in testRemoveBubble() 250 verify(mNotificationEntryManager, times(1)).updateNotifications(); in testDismissStack() 252 verify(mNotificationEntryManager, times(2)).updateNotifications(); in testDismissStack() 257 verify(mNotificationEntryManager, times(3)).updateNotifications(); in testDismissStack()
|
/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/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/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 232 updateNotifications(vol, oldLevel, newLevel); in check() 458 private void updateNotifications(VolumeInfo vol, int oldLevel, int newLevel) { in updateNotifications() method in DeviceStorageMonitorService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 459 mNotificationEntryManager.updateNotifications(); 585 mNotificationEntryManager.updateNotifications();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 578 mEntryManager.updateNotifications(); 593 mEntryManager.updateNotifications(); 1325 mEntryManager.updateNotifications(); in requestNotificationUpdate() 1567 mEntryManager.updateNotifications(); in onHeadsUpStateChanged() 1572 mEntryManager.updateNotifications(); in onAmbientStateChanged() 3429 mEntryManager.updateNotifications(); in onDozingChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 5341 mEntryManager.updateNotifications();
|
/frameworks/base/services/ |
D | art-profile | 13279 HSPLcom/android/server/storage/DeviceStorageMonitorService;->updateNotifications(Landroid/os/storag…
|