Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternChecker.java33 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked() method
134 callback.onChecked(result, mThrottleTimeout); in checkPattern()
286 callback.onChecked(result, mThrottleTimeout); in checkPassword()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputView.java173 public void onChecked(boolean matched, int timeoutMs) { in verifyPasswordAndUnlock()
DKeyguardPatternView.java316 public void onChecked(boolean matched, int timeoutMs) { in onPatternDetected()