Home
last modified time | relevance | path

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

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