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.java400 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()
401 if (!showOnKeyguard) { in updateRowStatesInternal()
407 showOnKeyguard = true; in updateRowStatesInternal()
413 || (onKeyguard && !showOnKeyguard)) { in updateRowStatesInternal()
424 !showOnKeyguard /* fromMoreCard */); in updateRowStatesInternal() local