Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java30 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked() method
119 callback.onChecked(result, mThrottleTimeout); in checkCredential()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/
H A DCheckLockWorker.java54 public void onChecked(boolean matched, int throttleTimeoutMs) { in onChecked() method in CheckLockWorker
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputViewController.java233 public void onChecked(boolean matched, int timeoutMs) { in verifyPasswordAndUnlock()
H A DKeyguardPatternViewController.java140 public void onChecked(boolean matched, int timeoutMs) { in onPatternDetected()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmLockPassword.java445 public void onChecked(boolean matched, int timeoutMs) { in startCheckPassword()
H A DConfirmLockPattern.java506 public void onChecked(boolean matched, int timeoutMs) {