Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java102 private final long mLockScreenDisplayTimeout; field in NotificationShadeWindowControllerImpl
165 mLockScreenDisplayTimeout = context.getResources() in NotificationShadeWindowControllerImpl()
459 ? KeyguardViewMediator.AWAKE_INTERVAL_BOUNCER_MS : mLockScreenDisplayTimeout; in applyUserActivityTimeout()