Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java162 private boolean mHasScreenTurnedOnSinceAuthenticating; field in BiometricUnlockController
367 mHasScreenTurnedOnSinceAuthenticating = false; in startWakeAndUnlock()
640 mHasScreenTurnedOnSinceAuthenticating = true;
645 return mHasScreenTurnedOnSinceAuthenticating; in hasScreenTurnedOnSinceAuthenticating()