Searched refs:updateNotificationIcons (Results 1 – 5 of 5) sorted by relevance
38 fun updateNotificationIcons(entries: List<@JvmSuppressWildcards ListEntry>) method
301 public void updateNotificationIcons(List<ListEntry> entries) { in updateNotificationIcons() method in LegacyNotificationIconAreaControllerImpl303 updateNotificationIcons(); in updateNotificationIcons()306 private void updateNotificationIcons() { in updateNotificationIcons() method in LegacyNotificationIconAreaControllerImpl
51 override fun updateNotificationIcons(entries: List<ListEntry>) = unsupported in setupAodIcons() method in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconAreaControllerViewBinderWrapperImpl
70 notificationIconAreaController.updateNotificationIcons(entries) in onAfterRenderList()
98 verify(notificationIconAreaController).updateNotificationIcons(eq(listOf(entry))) in testUpdateNotificationIcons()