Home
last modified time | relevance | path

Searched refs:getShelfIcons (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLegacyNotificationShelfControllerImpl.java89 public NotificationIconContainer getShelfIcons() { in getShelfIcons() method in LegacyNotificationShelfControllerImpl
90 return mView.getShelfIcons(); in getShelfIcons()
H A DNotificationShelf.java189 public NotificationIconContainer getShelfIcons() { in getShelfIcons() method in NotificationShelf
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java203 mShelfIcons = notificationShelfController.getShelfIcons(); in setupShelf()