HomeSort by relevance Sort by last modified time
    Searched refs:onChecked (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
LockPatternChecker.java 20 * earlier than {@link #onChecked} but only if the credentials match.
31 void onChecked(boolean matched, int throttleTimeoutMs);
111 callback.onChecked(result, mThrottleTimeout);
218 callback.onChecked(result, mThrottleTimeout);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 148 public void onChecked(boolean matched, int timeoutMs) {
KeyguardPatternView.java 258 public void onChecked(boolean matched, int timeoutMs) {
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 385 public void onChecked(boolean matched, int timeoutMs) {
ConfirmLockPattern.java 476 public void onChecked(boolean matched, int timeoutMs) {

Completed in 582 milliseconds