Searched defs:strongAuth (Results 1 – 11 of 11) sorted by relevance
36 void keyguardDone(boolean strongAuth, int targetUserId); in keyguardDone()56 void keyguardDonePending(boolean strongAuth, int targetUserId); in keyguardDonePending()
166 void notifyKeyguardAuthenticated(boolean strongAuth); in notifyKeyguardAuthenticated()
472 public void finish(boolean strongAuth, int currentUser) { in finish()
195 void finish(boolean strongAuth, int targetUserId); in finish()
1257 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(userId); in isEncryptedOrLockdown() local2357 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(user); in shouldListenForFace() local
499 private void testFingerprintWhenStrongAuth(int strongAuth) { in testFingerprintWhenStrongAuth()566 private void testStrongAuthExceptOnBouncer(int strongAuth) { in testStrongAuthExceptOnBouncer()
486 final int strongAuth = lpu.getStrongAuthForUser(user); in isUserEncryptedOrLockdown() local
175 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
543 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
1142 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
323 void register(LockSettingsStrongAuth strongAuth) { in register()