Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java168 private boolean mHasScreenTurnedOnSinceAuthenticating; field in BiometricUnlockController
397 mHasScreenTurnedOnSinceAuthenticating = false; in startWakeAndUnlock()
726 mHasScreenTurnedOnSinceAuthenticating = true;
731 return mHasScreenTurnedOnSinceAuthenticating; in hasScreenTurnedOnSinceAuthenticating()