Searched refs:shouldShowOnKeyguard (Results 1 – 6 of 6) sorted by relevance
60 boolean shouldShowOnKeyguard(NotificationEntry entry); in shouldShowOnKeyguard() method
400 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()406 if (summary != null && mLockscreenUserManager.shouldShowOnKeyguard(summary)) { in updateRowStatesInternal()
309 public boolean shouldShowOnKeyguard(NotificationEntry entry) { in shouldShowOnKeyguard() method in NotificationLockscreenUserManagerImpl
169 assertTrue(mLockscreenUserManager.shouldShowOnKeyguard(mock(NotificationEntry.class))); in testShowSilentNotifications_settingSaysShow()182 assertFalse(mLockscreenUserManager.shouldShowOnKeyguard(mock(NotificationEntry.class))); in testShowSilentNotifications_settingSaysHide()
110 if (!notificationLockscreenUserManager.shouldShowOnKeyguard(entry)) { in <lambda>()
882 if (!mLockscreenUserManager.shouldShowOnKeyguard(row.getEntry())) { in computeMaxKeyguardNotifications()