Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java205 int unlockMode = mBiometricUnlockController.getMode(); in animateChange() local
206 return unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK_PULSING in animateChange()
207 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()