Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java134 private int mMaxIconsOnAod; field in NotificationIconContainer
177 mMaxIconsOnAod = getResources().getInteger(R.integer.max_notif_icons_on_aod); in initResources()
546 return mOnLockScreen ? mMaxIconsOnAod : in getMaxVisibleIcons()