Home
last modified time | relevance | path

Searched refs:updateNotifications (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java84 mEntryManager.updateNotifications();
109 mEntryManager.updateNotifications(); in updateNotificationsForAppOp()
DNotificationEntryManager.java174 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/
DNotificationListControllerTest.java113 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/
DNotificationBlockingHelperManagerTest.java110 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/
DNotificationLockscreenUserManagerImpl.java101 getEntryManager().updateNotifications();
199 getEntryManager().updateNotifications(); in setUpWithPresenter()
208 getEntryManager().updateNotifications(); in setUpWithPresenter()
524 getEntryManager().updateNotifications(); in updatePublicMode()
DNotificationMediaManager.java346 mEntryManager.updateNotifications(); in findAndUpdateMediaNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java216 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/
DNotificationLockscreenUserManagerTest.java101 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/
DNotificationBlockingHelperManager.java142 Dependency.get(NotificationEntryManager.class).updateNotifications(); in dismissCurrentBlockingHelper()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java102 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/
DDeviceStorageMonitorService.java232 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/
DBubbleController.java459 mNotificationEntryManager.updateNotifications();
585 mNotificationEntryManager.updateNotifications();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java578 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/
DNotificationStackScrollLayout.java5341 mEntryManager.updateNotifications();
/frameworks/base/services/
Dart-profile13279 HSPLcom/android/server/storage/DeviceStorageMonitorService;->updateNotifications(Landroid/os/storag…