Home
last modified time | relevance | path

Searched refs:unlockMode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java374 int unlockMode = mBiometricUnlockController.getMode(); in animateChange() local
375 return unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK_PULSING in animateChange()
376 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.kt189 unlockMode: BiometricUnlockMode, in <lambda>()
614 unlockMode: BiometricUnlockMode, in setBiometricUnlockState()
617 _biometricUnlockState.value = BiometricUnlockModel(unlockMode, unlockSource) in setBiometricUnlockState()