Searched refs:onPasswordChecked (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardAbsKeyInputViewController.java | 177 void onPasswordChecked(int userId, boolean matched, int timeoutMs, boolean isValidPassword) { in onPasswordChecked() method in KeyguardAbsKeyInputViewController 220 onPasswordChecked(userId, false /* matched */, 0, false /* not valid - too short */); in verifyPasswordAndUnlock() 239 onPasswordChecked(userId, true /* matched */, 0 /* timeoutMs */, in verifyPasswordAndUnlock() 250 onPasswordChecked(userId, false /* matched */, timeoutMs, in verifyPasswordAndUnlock()
|