Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/shared/model/
DBiometricModalitiesTest.kt23 import com.android.systemui.biometrics.faceSensorPropertiesInternal
96 with(BiometricModalities(faceProperties = faceSensorPropertiesInternal().first())) { in faceOnly()
111 faceProperties = faceSensorPropertiesInternal(strong = true).first() in faceStrength()
120 faceProperties = faceSensorPropertiesInternal(strong = false).first() in faceStrength()
132 faceProperties = faceSensorPropertiesInternal().first(), in faceAndFingerprint()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DBiometricTestExtensions.kt67 internal fun faceSensorPropertiesInternal( in faceSensorPropertiesInternal() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DPromptSelectorInteractorImplTest.kt32 import com.android.systemui.biometrics.faceSensorPropertiesInternal in <lambda>()
121 faceProperties = faceSensorPropertiesInternal().first(), in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModelTest.kt66 import com.android.systemui.biometrics.faceSensorPropertiesInternal in <lambda>()
1705 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>()
1727 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>()
1751 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>()
1756 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>()
1762 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>()
1773 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.kt632 faceProps = faceSensorPropertiesInternal() in <lambda>()