Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java85 private final long mLockScreenDisplayTimeout; field in NotificationShadeWindowController
123 mLockScreenDisplayTimeout = context.getResources() in NotificationShadeWindowController()
350 ? KeyguardViewMediator.AWAKE_INTERVAL_BOUNCER_MS : mLockScreenDisplayTimeout; in applyUserActivityTimeout()