Searched refs:MODE_WAKE_AND_UNLOCK (Results 1 – 7 of 7) sorted by relevance
58 MODE_WAKE_AND_UNLOCK,79 public static final int MODE_WAKE_AND_UNLOCK = 1; field in BiometricUnlockController290 boolean delayWakeUp = mode == MODE_WAKE_AND_UNLOCK && alwaysOnEnabled && mWakeUpDelay > 0; in startWakeAndUnlock()330 case MODE_WAKE_AND_UNLOCK: in startWakeAndUnlock()335 } else if (mMode == MODE_WAKE_AND_UNLOCK){ in startWakeAndUnlock()420 return MODE_WAKE_AND_UNLOCK; in calculateModeForFingerprint()447 return bypass ? MODE_WAKE_AND_UNLOCK : MODE_ONLY_WAKE; in calculateModeForPassiveAuth()565 return mMode == MODE_WAKE_AND_UNLOCK in isWakeAndUnlock()
21 import static com.android.systemui.statusbar.phone.BiometricUnlockController.MODE_WAKE_AND_UNLOCK;389 return mode == MODE_WAKE_AND_UNLOCK || mode == MODE_WAKE_AND_UNLOCK_PULSING; in isWakeAndUnlocking()640 || mBiometricUnlockController.getMode() == MODE_WAKE_AND_UNLOCK) in needsBypassFading()675 if (mBiometricUnlockController.getMode() == MODE_WAKE_AND_UNLOCK in wakeAndUnlockDejank()
207 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
3074 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateIsKeyguard()3128 != BiometricUnlockController.MODE_WAKE_AND_UNLOCK && !mBouncerShowing) { in updatePanelExpansionForKeyguard()3353 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateDozingState()3567 BiometricUnlockController.MODE_WAKE_AND_UNLOCK) { in updateDozing()4164 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in isPulsingBlocked()
199 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
605 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in testFingerprintUnlock_UpdatesScrims()
21 import static com.android.systemui.statusbar.phone.BiometricUnlockController.MODE_WAKE_AND_UNLOCK;