Home
last modified time | relevance | path

Searched refs:updateNotificationIcons (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.kt40 fun updateNotificationIcons(entries: List<@JvmSuppressWildcards ListEntry>) regex
H A DLegacyNotificationIconAreaControllerImpl.java313 public void updateNotificationIcons(List<ListEntry> entries) { in updateNotificationIcons() method in LegacyNotificationIconAreaControllerImpl
315 updateNotificationIcons(); in updateNotificationIcons()
318 private void updateNotificationIcons() { in updateNotificationIcons() method in LegacyNotificationIconAreaControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinator.kt51 notificationIconAreaController.updateNotificationIcons(entries)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinatorTest.kt72 verify(notificationIconAreaController).updateNotificationIcons(eq(listOf(entry)))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt203 override fun updateNotificationIcons(entries: List<ListEntry>) {
205 updateNotificationIcons()
420 private fun updateNotificationIcons() { regex