Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java437 protected int mConfigFaceAuthSupportedPosture; field in KeyguardUpdateMonitor
2415 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java2543 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()