Home
last modified time | relevance | path

Searched refs:applyNotificationInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java149 mPrimaryView.applyNotificationInfo(null); in applyNotificationInfos()
150 mSecondaryView.applyNotificationInfo(null); in applyNotificationInfos()
156 mPrimaryView.applyNotificationInfo(mainNotification); in applyNotificationInfos()
157 mSecondaryView.applyNotificationInfo(notificationInfos.size() > 1 in applyNotificationInfos()
181 mPrimaryView.applyNotificationInfo(primaryInfo); in trimNotifications()
182 mSecondaryView.applyNotificationInfo(secondaryInfo); in trimNotifications()
H A DNotificationMainView.java188 public void applyNotificationInfo(NotificationInfo notificationInfo) { in applyNotificationInfo() method in NotificationMainView