Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java448 private int mPostureState = DEVICE_POSTURE_UNKNOWN; field in KeyguardUpdateMonitor
2053 boolean currentPostureAllowsFaceAuth = doesPostureAllowFaceAuth(mPostureState);
2055 mPostureState = posture;
2061 if (mPostureState == DEVICE_POSTURE_OPENED) {
3221 final boolean isPostureAllowedForFaceAuth = doesPostureAllowFaceAuth(mPostureState); in shouldListenForFace()
3281 return doesPostureAllowFaceAuth(mPostureState); in doesCurrentPostureAllowFaceAuth()