Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt94 entryManager.updateNotifications( in <lambda>()
156 entryManager.updateNotifications("ForegroundServiceSectionController.onClick") in <lambda>()
DNotificationStackScrollLayoutController.java295 mNotificationEntryManager.updateNotifications("StatusBar state changed");
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java114 verify(mEntryManager, times(0)).updateNotifications(anyString()); in testDismissCurrentBlockingHelper_withDetachedBlockingHelperRow()
127 verify(mEntryManager).updateNotifications(anyString()); in testDismissCurrentBlockingHelper_withAttachedBlockingHelperRow()
270 verify(mEntryManager).updateNotifications(anyString()); in testBlockingHelperShowAndDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSmartspaceDedupingCoordinator.kt139 notificationEntryManager.updateNotifications("Smartspace targets changed") in <lambda>()
176 notificationEntryManager.updateNotifications("deduping timeout expired") in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java74 mEntryManager.updateNotifications("device provisioned changed");
DNotificationEntryManager.java272 updateNotifications("reordering is now allowed"); in onChangeAllowed()
366 updateNotifications("onAsyncInflationFinished");
523 updateNotifications("removeNotificationInternal"); in removeNotificationInternal()
699 updateNotifications("updateNotificationInternal"); in updateNotificationInternal()
721 public void updateNotifications(String reason) { in updateNotifications() method in NotificationEntryManager
758 updateNotifications("updateNotificationRanking"); in updateNotificationRanking()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSmartspaceDedupingCoordinatorTest.kt360 verify(notificationEntryManager, never()).updateNotifications(anyString()) in testLockscreenTracking()
398 verify(notificationEntryManager).updateNotifications(anyString()) in verifyPipelinesInvalidated()
407 verify(notificationEntryManager, never()).updateNotifications(anyString()) in verifyPipelinesNotInvalidated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java112 getEntryManager().updateNotifications("ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED");
232 getEntryManager().updateNotifications("LOCK_SCREEN_SHOW_NOTIFICATIONS," in setUpWithPresenter()
242 getEntryManager().updateNotifications("LOCK_SCREEN_ALLOW_REMOTE_INPUT" in setUpWithPresenter()
621 getEntryManager().updateNotifications("NotificationLockscreenUserManager.updatePublicMode"); in updatePublicMode()
DNotificationMediaManager.java448 mEntryManager.updateNotifications("NotificationMediaManager - metaDataChanged"); in findAndUpdateMediaNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java100 verify(mEntryManager).updateNotifications(anyString()); in testCallUpdateNotificationsOnDeviceProvisionedChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java152 mNotificationEntryManager.updateNotifications("dismissCurrentBlockingHelper"); 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/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java148 verify(mEntryManager, times(1)).updateNotifications(anyString()); in testLockScreenShowNotificationsChangeUpdatesNotifications()
303 verify(mEntryManager, times(1)).updateNotifications(anyString()); in testSettingsObserverUpdatesNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt152 entryManager.updateNotifications(reason) in requestNotificationUpdate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java389 verify(mNotificationEntryManager).updateNotifications(any()); in testRemoveBubble()
394 verify(mNotificationEntryManager, times(2)).updateNotifications(anyString()); in testRemoveBubble()
466 verify(mNotificationEntryManager, times(1)).updateNotifications(any()); in testDismissStack()
469 verify(mNotificationEntryManager, times(2)).updateNotifications(any()); in testDismissStack()
474 verify(mNotificationEntryManager, times(3)).updateNotifications(any()); in testDismissStack()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java229 updateNotifications(vol, oldLevel, newLevel); in check()
460 private void updateNotifications(VolumeInfo vol, int oldLevel, int newLevel) { in updateNotifications() method in DeviceStorageMonitorService
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java483 mNotificationEntryManager.updateNotifications(reason); in setupNEM()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java4478 mEntryManager.updateNotifications("showAodUi"); in showAodUi()
/frameworks/base/services/
Dart-profile39283 HSPLcom/android/server/storage/DeviceStorageMonitorService;->updateNotifications(Landroid/os/storag…