Searched refs:BiometricType (Results 1 – 11 of 11) sorted by relevance
50 private var fpSensorType = MutableStateFlow<BiometricType?>(null)51 override val availableFpSensorType: Flow<BiometricType?>53 fun setAvailableFpSensorType(value: BiometricType?) { in setAvailableFpSensorType()
101 enum class BiometricType(val intValue: Int) { class220 setOf(BiometricType.NONE.intValue)) in onChange()349 return onUnlockIntentWhenBiometricEnrolled.contains(BiometricType.NONE.intValue) in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()354 BiometricType.ANY_FINGERPRINT.intValue) || in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()356 BiometricType.UNDER_DISPLAY_FINGERPRINT.intValue)) in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()360 return onUnlockIntentWhenBiometricEnrolled.contains(BiometricType.ANY_FACE.intValue) in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()378 for (biometricType in BiometricType.values()) { in dump()
70 val availableFpSensorType: Flow<BiometricType?> in <lambda>()96 override val availableFpSensorType: Flow<BiometricType?>124 private fun getFpSensorType(): BiometricType? { in getFpSensorType()125 return if (authController.isUdfpsSupported) BiometricType.UNDER_DISPLAY_FINGERPRINT in getFpSensorType()126 else if (authController.isSfpsSupported) BiometricType.SIDE_FINGERPRINT in getFpSensorType()127 else if (authController.isRearFpsSupported) BiometricType.REAR_FINGERPRINT else null in getFpSensorType()
20 enum class BiometricType(val isFingerprint: Boolean) { class
196 sensorBiometricType: BiometricType, in currentUserId()225 sensorBiometricType: BiometricType, in selectedUserId()229 if (sensorBiometricType == BiometricType.FACE) { in selectedUserId()
27 import com.android.systemui.keyguard.data.repository.BiometricType in <lambda>()67 if (sensorType == BiometricType.SIDE_FINGERPRINT) { in <lambda>()
140 assertThat(availableFpSensorType()).isEqualTo(BiometricType.SIDE_FINGERPRINT) in enabledFingerprintTypeProvidesTheCorrectOutputForSpfs()150 assertThat(availableFpSensorType()).isEqualTo(BiometricType.UNDER_DISPLAY_FINGERPRINT) in enabledFingerprintTypeProvidesTheCorrectOutputForUdfps()162 assertThat(availableFpSensorType()).isEqualTo(BiometricType.REAR_FINGERPRINT) in enabledFingerprintTypeProvidesTheCorrectOutputForRearFps()182 assertThat(availableFpSensorType()).isEqualTo(BiometricType.UNDER_DISPLAY_FINGERPRINT) in enabledFingerprintTypeProvidesTheCorrectOutputAfterAllAuthenticatorsAreRegistered()
44 import com.android.systemui.keyguard.data.repository.BiometricType.FACE45 import com.android.systemui.keyguard.data.repository.BiometricType.REAR_FINGERPRINT46 import com.android.systemui.keyguard.data.repository.BiometricType.SIDE_FINGERPRINT47 import com.android.systemui.keyguard.data.repository.BiometricType.UNDER_DISPLAY_FINGERPRINT810 private fun enrollmentChange(biometricType: BiometricType, userId: Int, enabled: Boolean) { in enrollmentChange()
82 import com.android.systemui.keyguard.data.repository.BiometricType;358 BiometricType sensorBiometricType = BiometricType.UNKNOWN; in handleEnrollmentsChanged()364 sensorBiometricType = BiometricType.UNDER_DISPLAY_FINGERPRINT; in handleEnrollmentsChanged()367 sensorBiometricType = BiometricType.SIDE_FINGERPRINT; in handleEnrollmentsChanged()370 sensorBiometricType = BiometricType.REAR_FINGERPRINT; in handleEnrollmentsChanged()382 sensorBiometricType = BiometricType.FACE; in handleEnrollmentsChanged()1380 @NonNull BiometricType biometricType, in onEnrollmentsChanged()
44 import com.android.systemui.keyguard.data.repository.BiometricType in <lambda>()373 it == BiometricType.UNDER_DISPLAY_FINGERPRINT in isUdfps()
60 import com.android.systemui.keyguard.data.repository.BiometricType973 BiometricType.UNDER_DISPLAY_FINGERPRINT in detectDoesNotRunIfUdfpsIsRunning()