Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1429 if (!canShowViewOnLockscreen(child)) { in computeMaxKeyguardNotifications()
1459 && canShowViewOnLockscreen(view)) { in computeMaxKeyguardNotifications()
1479 private boolean canShowViewOnLockscreen(ExpandableView child) { in canShowViewOnLockscreen() method in NotificationPanelViewController