Home
last modified time | relevance | path

Searched refs:biometricType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationDialogFactory.java92 private Dialog createReenrollFailureDialog(BiometricSourceType biometricType) { in createReenrollFailureDialog() argument
95 if (biometricType == BiometricSourceType.FACE) { in createReenrollFailureDialog()
98 } else if (biometricType == BiometricSourceType.FINGERPRINT) { in createReenrollFailureDialog()
108 int userId, BiometricSourceType biometricType, ActivityStarter activityStarter) { in onReenrollDialogConfirm() argument
109 if (biometricType == BiometricSourceType.FACE) { in onReenrollDialogConfirm()
111 } else if (biometricType == BiometricSourceType.FINGERPRINT) { in onReenrollDialogConfirm()
DAuthController.java1380 @NonNull BiometricType biometricType, in onEnrollmentsChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt378 for (biometricType in BiometricType.values()) { in dump() method
379 if (biometricType.intValue == it) { in dump()
380 return@map biometricType.name in dump()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepositoryTest.kt810 private fun enrollmentChange(biometricType: BiometricType, userId: Int, enabled: Boolean) { in enrollmentChange()
812 it.onEnrollmentsChanged(biometricType, userId, enabled) in enrollmentChange()