Searched refs:mConfigFaceAuthSupportedPosture (Results 1 – 2 of 2) sorted by relevance
437 protected int mConfigFaceAuthSupportedPosture; field in KeyguardUpdateMonitor2415 mConfigFaceAuthSupportedPosture = mContext.getResources().getInteger( in KeyguardUpdateMonitor()2644 if (mConfigFaceAuthSupportedPosture != DEVICE_POSTURE_UNKNOWN) { in KeyguardUpdateMonitor()3273 return mConfigFaceAuthSupportedPosture == DEVICE_POSTURE_UNKNOWN in doesPostureAllowFaceAuth()3274 || (posture == mConfigFaceAuthSupportedPosture); in doesPostureAllowFaceAuth()
2543 mKeyguardUpdateMonitor.mConfigFaceAuthSupportedPosture = DEVICE_POSTURE_CLOSED; in testPostureChangeToUnsupported_stopsFaceListeningState()2699 mKeyguardUpdateMonitor.mConfigFaceAuthSupportedPosture = DEVICE_POSTURE_CLOSED; in testShouldListenForFace_withAuthSupportPostureConfig_returnsTrue()2723 mKeyguardUpdateMonitor.mConfigFaceAuthSupportedPosture = DEVICE_POSTURE_UNKNOWN; in testShouldListenForFace_withoutAuthSupportPostureConfig_returnsTrue()