Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java62 MODE_UNLOCK_COLLAPSING,
101 public static final int MODE_UNLOCK_COLLAPSING = 5; field in BiometricUnlockController
318 case MODE_UNLOCK_COLLAPSING: in startWakeAndUnlock()
432 return MODE_UNLOCK_COLLAPSING; in calculateModeForFingerprint()
583 return isWakeAndUnlock() || mMode == MODE_UNLOCK_COLLAPSING || mMode == MODE_UNLOCK_FADING; in isBiometricUnlock()