Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardAbsKeyInputView.java131 onPasswordChecked(userId, false /* matched */, 0, false /* not valid - too short */); in verifyPasswordAndUnlock()
144 onPasswordChecked(userId, matched, timeoutMs, in verifyPasswordAndUnlock()
150 private void onPasswordChecked(int userId, boolean matched, int timeoutMs, in onPasswordChecked() method in KeyguardAbsKeyInputView