Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java60 boolean shouldShowOnKeyguard(NotificationEntry entry); in shouldShowOnKeyguard() method
DNotificationViewHierarchyManager.java400 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()
406 if (summary != null && mLockscreenUserManager.shouldShowOnKeyguard(summary)) { in updateRowStatesInternal()
DNotificationLockscreenUserManagerImpl.java309 public boolean shouldShowOnKeyguard(NotificationEntry entry) { in shouldShowOnKeyguard() method in NotificationLockscreenUserManagerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java169 assertTrue(mLockscreenUserManager.shouldShowOnKeyguard(mock(NotificationEntry.class))); in testShowSilentNotifications_settingSaysShow()
182 assertFalse(mLockscreenUserManager.shouldShowOnKeyguard(mock(NotificationEntry.class))); in testShowSilentNotifications_settingSaysHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DBypassHeadsUpNotifier.kt110 if (!notificationLockscreenUserManager.shouldShowOnKeyguard(entry)) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java882 if (!mLockscreenUserManager.shouldShowOnKeyguard(row.getEntry())) { in computeMaxKeyguardNotifications()