Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java168 private boolean mHasScreenTurnedOnSinceAuthenticating; field in BiometricUnlockController
452 mHasScreenTurnedOnSinceAuthenticating = false; in startWakeAndUnlock()
861 mHasScreenTurnedOnSinceAuthenticating = true;
866 return mHasScreenTurnedOnSinceAuthenticating; in hasScreenTurnedOnSinceAuthenticating()