Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/
H A DCheckLockWorker.java54 public void onChecked(boolean matched, int throttleTimeoutMs) { in onChecked() argument
60 mThrottleTimeoutMs = throttleTimeoutMs; in onChecked()
62 mListener.onCheckCompleted(matched, throttleTimeoutMs); in onChecked()
/aosp12/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