Searched refs:shouldShowOnKeyguard (Results 1 – 6 of 6) sorted by relevance
335 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()
72 boolean shouldShowOnKeyguard(NotificationEntry entry); in shouldShowOnKeyguard() method
478 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()483 if (summary != null && mLockscreenUserManager.shouldShowOnKeyguard(summary)) { in updateRowStatesInternal()
354 public boolean shouldShowOnKeyguard(NotificationEntry entry) { in shouldShowOnKeyguard() method in NotificationLockscreenUserManagerImpl
111 if (!notificationLockscreenUserManager.shouldShowOnKeyguard(entry)) {
1508 if (!mLockscreenUserManager.shouldShowOnKeyguard(row.getEntry())) { in canShowRowOnLockscreen()