Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java30 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked() argument
49 void onVerified(@NonNull VerifyCredentialResponse response, int throttleTimeoutMs); in onVerified() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt290 override fun onChecked(matched: Boolean, throttleTimeoutMs: Int) {
294 throttleDurationMs = throttleTimeoutMs,