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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java21 * earlier than {@link #onChecked} but only if the credentials match.
32 void onChecked(boolean matched, int throttleTimeoutMs); method in interface:LockPatternChecker.OnCheckCallback
133 callback.onChecked(result, mThrottleTimeout);
245 callback.onChecked(result, mThrottleTimeout);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java160 public void onChecked(boolean matched, int timeoutMs) {
H A DKeyguardPatternView.java269 public void onChecked(boolean matched, int timeoutMs) {

Completed in 84 milliseconds