Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1191 long userTimeout = getLockTimeout(profileId); in doKeyguardLaterForChildProfilesLocked() local
1192 if (userTimeout == 0) { in doKeyguardLaterForChildProfilesLocked()
1195 long userWhen = SystemClock.elapsedRealtime() + userTimeout; in doKeyguardLaterForChildProfilesLocked()