Searched refs:getFaceAuthInteractor (Results 1 – 1 of 1) sorted by relevance
1246 if (getFaceAuthInteractor() != null && getFaceAuthInteractor().isFaceAuthStrong()) { in handleFaceError()1290 return getFaceAuthInteractor() != null && getFaceAuthInteractor().isRunning(); in isFaceDetectionRunning()1293 private @Nullable DeviceEntryFaceAuthInteractor getFaceAuthInteractor() { in getFaceAuthInteractor() method in KeyguardUpdateMonitor1387 return getFaceAuthInteractor() != null in getIsFaceAuthenticated()1388 && getFaceAuthInteractor().isAuthenticated().getValue(); in getIsFaceAuthenticated()1430 return getFaceAuthInteractor() != null in isCurrentUserUnlockedWithFace()1431 && getFaceAuthInteractor().isAuthenticated().getValue(); in isCurrentUserUnlockedWithFace()1521 getFaceAuthInteractor() != null && getFaceAuthInteractor().isLockedOut().getValue(); in isUnlockingWithBiometricAllowed()1523 getFaceAuthInteractor() != null && getFaceAuthInteractor().isFaceAuthStrong(); in isUnlockingWithBiometricAllowed()1552 return getFaceAuthInteractor() != null in isUnlockingWithBiometricAllowed()[all …]