Searched refs:faceProperties (Results 1 – 5 of 5) sorted by relevance
26 val faceProperties: FaceSensorPropertiesInternal? = null,38 get() = faceProperties != null54 get() = faceProperties?.sensorStrength == SensorProperties.STRENGTH_STRONG
55 with(BiometricModalities(faceProperties = faceSensorPropertiesInternal().first())) {70 faceProperties = faceSensorPropertiesInternal(strong = true).first()79 faceProperties = faceSensorPropertiesInternal(strong = false).first()91 faceProperties = faceSensorPropertiesInternal().first(),
424 final FaceSensorPropertiesInternal faceProperties = in showLegacyPrompt() local427 if (fpProperties != null && faceProperties != null) { in showLegacyPrompt()435 faceProperties.sensorStrength == STRENGTH_STRONG); in showLegacyPrompt()445 } else if (faceProperties != null) { in showLegacyPrompt()
106 faceProperties = faceSensorPropertiesInternal().first(),
881 BiometricModalities(fingerprintProperties = fingerprint, faceProperties = face),