Searched refs:mPostureState (Results 1 – 1 of 1) sorted by relevance
448 private int mPostureState = DEVICE_POSTURE_UNKNOWN; field in KeyguardUpdateMonitor2053 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()