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.java143 private boolean mHasScreenTurnedOnSinceAuthenticating; field in BiometricUnlockController
279 mHasScreenTurnedOnSinceAuthenticating = false; in startWakeAndUnlock()
547 mHasScreenTurnedOnSinceAuthenticating = true;
552 return mHasScreenTurnedOnSinceAuthenticating; in hasScreenTurnedOnSinceAuthenticating()