Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java65 public static final int MODE_WAKE_AND_UNLOCK = 1; field in BiometricUnlockController
283 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()
DStatusBarKeyguardViewManager.java20 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()
DLightBarController.java207 && unlockMode != BiometricUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
DStatusBar.java2961 == 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java186 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
DStatusBarTest.java607 .thenReturn(BiometricUnlockController.MODE_WAKE_AND_UNLOCK); in testFingerprintUnlock_UpdatesScrims()