Searched refs:sensorBiometricType (Results 1 – 2 of 2) sorted by relevance
196 sensorBiometricType: BiometricType, in currentUserId()200 if (sensorBiometricType.isFingerprint && userId == currentUserId) { in currentUserId()225 sensorBiometricType: BiometricType, in selectedUserId()229 if (sensorBiometricType == BiometricType.FACE) { in selectedUserId()
358 BiometricType sensorBiometricType = BiometricType.UNKNOWN; in handleEnrollmentsChanged() local364 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()389 cb.onEnrollmentsChanged(sensorBiometricType, userId, hasEnrollments); in handleEnrollmentsChanged()