Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt1081 !biometricUnlockControllerLazy.get().isBiometricUnlock) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java227 && !mBiometricUnlockController.isBiometricUnlock()) {
DBiometricUnlockController.java894 public boolean isBiometricUnlock() { in isBiometricUnlock() method in BiometricUnlockController