Searched refs:maxIcons (Results 1 – 3 of 3) sorted by relevance
50 private val maxIcons = resources.getInteger(R.integer.max_notif_icons_on_aod) in <lambda>() constant98 iconLimit = maxIcons, in <lambda>()
57 private val maxIcons = resources.getInteger(R.integer.max_notif_static_icons) in <lambda>() constant93 iconLimit = maxIcons, in <lambda>()
734 public void setMaxIconsAmount(int maxIcons) { in setMaxIconsAmount() argument736 mMaxIcons = maxIcons; in setMaxIconsAmount()