Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java464 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()
465 if (!showOnKeyguard) { in updateRowStatesInternal()
470 showOnKeyguard = true; in updateRowStatesInternal()
476 || (onKeyguard && !showOnKeyguard)) { in updateRowStatesInternal()
487 !showOnKeyguard /* fromMoreCard */); in updateRowStatesInternal() local