Searched refs:shouldShowOnKeyguard (Results 1 – 5 of 5) sorted by relevance
60 boolean shouldShowOnKeyguard(NotificationEntry entry); in shouldShowOnKeyguard() method
397 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()403 if (summary != null && mLockscreenUserManager.shouldShowOnKeyguard(summary)) { in updateRowStatesInternal()
304 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()
737 if (!mLockscreenUserManager.shouldShowOnKeyguard(row.getEntry())) { in computeMaxKeyguardNotifications()