/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ForegroundServiceSectionController.kt | 94 entryManager.updateNotifications( in <lambda>() 156 entryManager.updateNotifications("ForegroundServiceSectionController.onClick") in <lambda>()
|
D | NotificationStackScrollLayoutController.java | 295 mNotificationEntryManager.updateNotifications("StatusBar state changed");
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManagerTest.java | 114 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/ |
D | SmartspaceDedupingCoordinator.kt | 139 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/ |
D | NotificationListController.java | 74 mEntryManager.updateNotifications("device provisioned changed");
|
D | NotificationEntryManager.java | 272 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/ |
D | SmartspaceDedupingCoordinatorTest.kt | 360 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/ |
D | NotificationLockscreenUserManagerImpl.java | 112 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()
|
D | NotificationMediaManager.java | 448 mEntryManager.updateNotifications("NotificationMediaManager - metaDataChanged"); in findAndUpdateMediaNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationListControllerTest.java | 100 verify(mEntryManager).updateNotifications(anyString()); in testCallUpdateNotificationsOnDeviceProvisionedChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManager.java | 152 mNotificationEntryManager.updateNotifications("dismissCurrentBlockingHelper"); 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/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 148 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/ |
D | NotificationsControllerImpl.kt | 152 entryManager.updateNotifications(reason) in requestNotificationUpdate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 389 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/ |
D | DeviceStorageMonitorService.java | 229 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/ |
D | BubblesManager.java | 483 mNotificationEntryManager.updateNotifications(reason); in setupNEM()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelViewController.java | 4478 mEntryManager.updateNotifications("showAodUi"); in showAodUi()
|
/frameworks/base/services/ |
D | art-profile | 39283 HSPLcom/android/server/storage/DeviceStorageMonitorService;->updateNotifications(Landroid/os/storag…
|