Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java88 private Boolean mLockscreen = null; // Use null to indicate state is not yet known field in NotificationLogger
419 mLockscreen = (newState == StatusBarState.KEYGUARD in onStateChanged()
442 boolean lockscreen = mLockscreen == null ? false : mLockscreen; in maybeUpdateLoggingStatus()