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

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 135 onPasswordChecked(userId, false /* matched */, 0, false /* not valid - too short */);
155 onPasswordChecked(userId, true /* matched */, 0 /* timeoutMs */,
168 onPasswordChecked(userId, false /* matched */, timeoutMs,
185 private void onPasswordChecked(int userId, boolean matched, int timeoutMs,
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmLockPassword.java 446 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs,
473 onPasswordChecked(matched, intent, timeoutMs, effectiveUserId, newResult);

Completed in 911 milliseconds