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.java134 private boolean mHasScreenTurnedOnSinceAuthenticating; field in BiometricUnlockController
272 mHasScreenTurnedOnSinceAuthenticating = false; in startWakeAndUnlock()
488 mHasScreenTurnedOnSinceAuthenticating = true;
493 return mHasScreenTurnedOnSinceAuthenticating; in hasScreenTurnedOnSinceAuthenticating()