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/
DFingerprintUnlockController.java112 private boolean mHasScreenTurnedOnSinceAuthenticating; field in FingerprintUnlockController
205 mHasScreenTurnedOnSinceAuthenticating = false; in startWakeAndUnlock()
392 mHasScreenTurnedOnSinceAuthenticating = true;
397 return mHasScreenTurnedOnSinceAuthenticating; in hasScreenTurnedOnSinceAuthenticating()