/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ForegroundServiceSectionController.kt | 96 entryManager.updateNotifications( in <lambda>() 158 entryManager.updateNotifications("ForegroundServiceSectionController.onClick") in <lambda>()
|
D | NotificationStackScrollLayout.java | 5520 mEntryManager.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() 269 verify(mEntryManager).updateNotifications(anyString()); in testBlockingHelperShowAndDismiss()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 264 updateNotifications("reordering is now allowed"); in onChangeAllowed() 347 updateNotifications("onAsyncInflationFinished"); 495 updateNotifications("removeNotificationInternal"); in removeNotificationInternal() 659 updateNotifications("updateNotificationInternal"); in updateNotificationInternal() 688 public void updateNotifications(String reason) { in updateNotifications() method in NotificationEntryManager 725 updateNotifications("updateNotificationRanking"); in updateNotificationRanking()
|
D | NotificationListController.java | 74 mEntryManager.updateNotifications("device provisioned changed");
|
/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() 616 getEntryManager().updateNotifications("NotificationLockscreenUserManager.updatePublicMode"); in updatePublicMode()
|
D | NotificationMediaManager.java | 393 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 | 146 mNotificationEntryManager.updateNotifications("dismissCurrentBlockingHelper"); in dismissCurrentBlockingHelper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 300 verify(mNotificationEntryManager).updateNotifications(any()); in testRemoveBubble() 305 verify(mNotificationEntryManager, times(2)).updateNotifications(anyString()); in testRemoveBubble() 377 verify(mNotificationEntryManager, times(1)).updateNotifications(any()); in testDismissStack() 380 verify(mNotificationEntryManager, times(2)).updateNotifications(any()); in testDismissStack() 385 verify(mNotificationEntryManager, times(3)).updateNotifications(any()); in testDismissStack()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 152 verify(mEntryManager, times(1)).updateNotifications(anyString()); in testAppOps_appOpAddedToForegroundNotif() 173 verify(mEntryManager, never()).updateNotifications(anyString()); in testAppOpsAlreadyAdded() 193 verify(mEntryManager, never()).updateNotifications(anyString()); in testAppOps_appOpNotAddedToUnrelatedNotif()
|
/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/ |
D | ForegroundServiceController.java | 165 mEntryManager.updateNotifications("appOpChanged pkg=" + packageName); in onAppOpChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 146 verify(mEntryManager, times(1)).updateNotifications(anyString()); in testLockScreenShowNotificationsChangeUpdatesNotifications() 301 verify(mEntryManager, times(1)).updateNotifications(anyString()); in testSettingsObserverUpdatesNotifications()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsControllerImpl.kt | 140 entryManager.updateNotifications(reason) in requestNotificationUpdate()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 232 updateNotifications(vol, oldLevel, newLevel); in check() 472 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 | 606 mNotificationEntryManager.updateNotifications(reason); in setupNEM()
|
/frameworks/base/services/ |
D | art-profile | 31001 HSPLcom/android/server/storage/DeviceStorageMonitorService;->updateNotifications(Landroid/os/storag…
|