Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java335 assertTrue(mLockscreenUserManager.shouldShowOnKeyguard(entry)); in testShowSilentNotifications_settingSaysShow()
352 assertFalse(mLockscreenUserManager.shouldShowOnKeyguard(entry)); in testShowSilentNotifications_settingSaysHide()
369 assertFalse(mLockscreenUserManager.shouldShowOnKeyguard(entry)); in testShowSilentNotificationsPeopleBucket_settingSaysHide()
387 assertTrue(mLockscreenUserManager.shouldShowOnKeyguard(entry)); in testShowSilentNotificationsMediaBucket_settingSaysHide()
405 assertFalse(mLockscreenUserManager.shouldShowOnKeyguard(entry)); in testKeyguardNotificationSuppressors()
411 assertTrue(mLockscreenUserManager.shouldShowOnKeyguard(entry)); in testKeyguardNotificationSuppressors()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java72 boolean shouldShowOnKeyguard(NotificationEntry entry); in shouldShowOnKeyguard() method
H A DNotificationViewHierarchyManager.java478 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()
483 if (summary != null && mLockscreenUserManager.shouldShowOnKeyguard(summary)) { in updateRowStatesInternal()
H A DNotificationLockscreenUserManagerImpl.java354 public boolean shouldShowOnKeyguard(NotificationEntry entry) { in shouldShowOnKeyguard() method in NotificationLockscreenUserManagerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DBypassHeadsUpNotifier.kt111 if (!notificationLockscreenUserManager.shouldShowOnKeyguard(entry)) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1508 if (!mLockscreenUserManager.shouldShowOnKeyguard(row.getEntry())) { in canShowRowOnLockscreen()