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.java397 boolean showOnKeyguard = mLockscreenUserManager.shouldShowOnKeyguard(entry); in updateRowStatesInternal()
398 if (!showOnKeyguard) { in updateRowStatesInternal()
404 showOnKeyguard = true; in updateRowStatesInternal()
410 || (onKeyguard && !showOnKeyguard)) { in updateRowStatesInternal()
421 !showOnKeyguard /* fromMoreCard */); in updateRowStatesInternal() local