Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerMessageInteractor.kt58 val secondsRemaining = (millisUntilFinished / 1000.0).roundToInt() regex
66 mutableMapOf<String, Any>(Pair("count", secondsRemaining))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputViewController.java157 int secondsRemaining = (int) Math.round(millisUntilFinished / 1000.0); in handleAttemptLockout()
159 arguments.put("count", secondsRemaining); in handleAttemptLockout()
H A DKeyguardPatternViewController.java377 final int secondsRemaining = (int) Math.round(millisUntilFinished / 1000.0); in handleAttemptLockout()
379 arguments.put("count", secondsRemaining); in handleAttemptLockout()