Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeBiometricSettingsRepository.kt82 fun setIsFaceAuthSupportedInCurrentPosture(value: Boolean) { in setIsFaceAuthSupportedInCurrentPosture() method in com.android.systemui.keyguard.data.repository.FakeBiometricSettingsRepository
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt652 biometricSettingsRepository.setIsFaceAuthSupportedInCurrentPosture(false) in authenticateDoesNotRunOnUnsupportedPosture()
973 biometricSettingsRepository.setIsFaceAuthSupportedInCurrentPosture(false) in detectDoesNotRunWhenFaceAuthNotSupportedInCurrentPosture()
1257 biometricSettingsRepository.setIsFaceAuthSupportedInCurrentPosture(true) in allPreconditionsToRunFaceAuthAreTrue()