Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java345 int unlockMode = mBiometricUnlockController.getMode(); in animateChange() local
346 return unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK_PULSING in animateChange()
347 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()