Searched refs:biometricType (Results 1 – 4 of 4) sorted by relevance
92 private Dialog createReenrollFailureDialog(BiometricSourceType biometricType) { in createReenrollFailureDialog() argument95 if (biometricType == BiometricSourceType.FACE) { in createReenrollFailureDialog()98 } else if (biometricType == BiometricSourceType.FINGERPRINT) { in createReenrollFailureDialog()108 int userId, BiometricSourceType biometricType, ActivityStarter activityStarter) { in onReenrollDialogConfirm() argument109 if (biometricType == BiometricSourceType.FACE) { in onReenrollDialogConfirm()111 } else if (biometricType == BiometricSourceType.FINGERPRINT) { in onReenrollDialogConfirm()
1380 @NonNull BiometricType biometricType, in onEnrollmentsChanged()
378 for (biometricType in BiometricType.values()) { in dump() method379 if (biometricType.intValue == it) { in dump()380 return@map biometricType.name in dump()
810 private fun enrollmentChange(biometricType: BiometricType, userId: Int, enabled: Boolean) { in enrollmentChange()812 it.onEnrollmentsChanged(biometricType, userId, enabled) in enrollmentChange()