Searched refs:onPasswordChecked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardAbsKeyInputView.java | 131 onPasswordChecked(userId, false /* matched */, 0, false /* not valid - too short */); in verifyPasswordAndUnlock() 143 onPasswordChecked(userId, true /* matched */, 0 /* timeoutMs */, in verifyPasswordAndUnlock() 152 onPasswordChecked(userId, false /* matched */, timeoutMs, in verifyPasswordAndUnlock() 159 private void onPasswordChecked(int userId, boolean matched, int timeoutMs, in onPasswordChecked() method in KeyguardAbsKeyInputView
|