Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java76 MODE_WAKE_AND_UNLOCK,
97 public static final int MODE_WAKE_AND_UNLOCK = 1; field in BiometricUnlockController
378 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()
DStatusBarKeyguardViewManager.java25 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()
DDozeServiceHost.java213 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK) { in updateDozing()
312 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in isPulsingBlocked()
DLightBarController.java202 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
DStatusBar.java3156 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateIsKeyguard()
3204 != BiometricUnlockController.MODE_WAKE_AND_UNLOCK && !mBouncerShowing) { in updatePanelExpansionForKeyguard()
3418 == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in updateDozingState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java213 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
DStatusBarTest.java764 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in testFingerprintUnlock_UpdatesScrims()