Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt96 entryManager.updateNotifications( in <lambda>()
158 entryManager.updateNotifications("ForegroundServiceSectionController.onClick") in <lambda>()
DNotificationStackScrollLayout.java5520 mEntryManager.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()
269 verify(mEntryManager).updateNotifications(anyString()); in testBlockingHelperShowAndDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java264 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()
DNotificationListController.java74 mEntryManager.updateNotifications("device provisioned changed");
/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()
616 getEntryManager().updateNotifications("NotificationLockscreenUserManager.updatePublicMode"); in updatePublicMode()
DNotificationMediaManager.java393 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.java146 mNotificationEntryManager.updateNotifications("dismissCurrentBlockingHelper"); in dismissCurrentBlockingHelper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java300 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/
DForegroundServiceControllerTest.java152 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/
DNotificationController.java102 updateNotifications(notifyPrintJobs); in onUpdateNotifications()
110 private void updateNotifications(List<PrintJobInfo> printJobs) { in updateNotifications() method in NotificationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java165 mEntryManager.updateNotifications("appOpChanged pkg=" + packageName); in onAppOpChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java146 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/
DNotificationsControllerImpl.kt140 entryManager.updateNotifications(reason) in requestNotificationUpdate()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java232 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/
DBubbleController.java606 mNotificationEntryManager.updateNotifications(reason); in setupNEM()
/frameworks/base/services/
Dart-profile31001 HSPLcom/android/server/storage/DeviceStorageMonitorService;->updateNotifications(Landroid/os/storag…