Searched refs:faceProperties (Results 1 – 4 of 4) sorted by relevance
26 val faceProperties: FaceSensorPropertiesInternal? = null, constant in com.android.systemui.biometrics.shared.model.BiometricModalities46 get() = faceProperties != null62 get() = faceProperties?.sensorStrength == SensorProperties.STRENGTH_STRONG
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()
121 faceProperties = faceSensorPropertiesInternal().first(), in <lambda>()
1870 BiometricModalities(fingerprintProperties = fingerprint, faceProperties = face), in initializePrompt()