Searched refs:MODE_WAKE_AND_UNLOCK (Results 1 – 6 of 6) sorted by relevance
65 public static final int MODE_WAKE_AND_UNLOCK = 1; field in BiometricUnlockController283 boolean delayWakeUp = mode == MODE_WAKE_AND_UNLOCK && alwaysOnEnabled && mWakeUpDelay > 0; in startWakeAndUnlock()322 case MODE_WAKE_AND_UNLOCK: in startWakeAndUnlock()327 } else if (mMode == MODE_WAKE_AND_UNLOCK){ in startWakeAndUnlock()405 return MODE_WAKE_AND_UNLOCK; in calculateMode()506 return mMode == MODE_WAKE_AND_UNLOCK in isWakeAndUnlock()
20 import static com.android.systemui.statusbar.phone.BiometricUnlockController.MODE_WAKE_AND_UNLOCK;361 return mode == MODE_WAKE_AND_UNLOCK || mode == MODE_WAKE_AND_UNLOCK_PULSING; in isWakeAndUnlocking()613 if (mBiometricUnlockController.getMode() == MODE_WAKE_AND_UNLOCK in wakeAndUnlockDejank()
207 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
2961 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateIsKeyguard()3009 != BiometricUnlockController.MODE_WAKE_AND_UNLOCK && !mBouncerShowing) { in updatePanelExpansionForKeyguard()3232 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateDozingState()3444 BiometricUnlockController.MODE_WAKE_AND_UNLOCK) { in updateDozing()4007 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in isPulsingBlocked()
186 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
607 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in testFingerprintUnlock_UpdatesScrims()