Searched refs:MODE_WAKE_AND_UNLOCK (Results 1 – 7 of 7) sorted by relevance
76 MODE_WAKE_AND_UNLOCK,97 public static final int MODE_WAKE_AND_UNLOCK = 1; field in BiometricUnlockController378 boolean delayWakeUp = mode == MODE_WAKE_AND_UNLOCK && alwaysOnEnabled && mWakeUpDelay > 0; in startWakeAndUnlock()418 case MODE_WAKE_AND_UNLOCK: in startWakeAndUnlock()423 } else if (mMode == MODE_WAKE_AND_UNLOCK){ in startWakeAndUnlock()510 return MODE_WAKE_AND_UNLOCK; in calculateModeForFingerprint()538 return bypass ? MODE_WAKE_AND_UNLOCK : MODE_ONLY_WAKE; in calculateModeForPassiveAuth()659 return mMode == MODE_WAKE_AND_UNLOCK in isWakeAndUnlock()
25 import static com.android.systemui.statusbar.phone.BiometricUnlockController.MODE_WAKE_AND_UNLOCK;436 return mode == MODE_WAKE_AND_UNLOCK || mode == MODE_WAKE_AND_UNLOCK_PULSING; in isWakeAndUnlocking()674 || mBiometricUnlockController.getMode() == MODE_WAKE_AND_UNLOCK) in needsBypassFading()709 if (mBiometricUnlockController.getMode() == MODE_WAKE_AND_UNLOCK in wakeAndUnlockDejank()
213 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK) { in updateDozing()312 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in isPulsingBlocked()
202 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
3156 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateIsKeyguard()3204 != BiometricUnlockController.MODE_WAKE_AND_UNLOCK && !mBouncerShowing) { in updatePanelExpansionForKeyguard()3418 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateDozingState()
213 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
764 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in testFingerprintUnlock_UpdatesScrims()