Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java524 configureEnrollmentStage(R.raw.udfps_center_hint_lottie); in updateTitleAndDescriptionForUdfps()
538 configureEnrollmentStage(R.raw.udfps_center_hint_lottie); in updateTitleAndDescriptionForUdfps()
548 configureEnrollmentStage(R.raw.udfps_tip_hint_lottie); in updateTitleAndDescriptionForUdfps()
558 configureEnrollmentStage(R.raw.udfps_left_edge_hint_lottie); in updateTitleAndDescriptionForUdfps()
575 configureEnrollmentStage(R.raw.udfps_right_edge_hint_lottie); in updateTitleAndDescriptionForUdfps()
628 configureEnrollmentStage(mSfpsEnrollmentFeature in updateTitleAndDescriptionForSfps()
638 configureEnrollmentStage(mSfpsEnrollmentFeature in updateTitleAndDescriptionForSfps()
648 configureEnrollmentStage(mSfpsEnrollmentFeature in updateTitleAndDescriptionForSfps()
658 configureEnrollmentStage(mSfpsEnrollmentFeature in updateTitleAndDescriptionForSfps()
668 configureEnrollmentStage(mSfpsEnrollmentFeature in updateTitleAndDescriptionForSfps()
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics2/ui/view/
DFingerprintEnrollEnrollingSfpsFragment.kt308 private fun configureEnrollmentStage(description: CharSequence, @RawRes lottie: Int) { in <lambda>() method
501 configureEnrollmentStage( in <lambda>()
512 configureEnrollmentStage( in <lambda>()
523 configureEnrollmentStage("", R.raw.sfps_lottie_tip) in <lambda>()
531 configureEnrollmentStage("", R.raw.sfps_lottie_left_edge) in <lambda>()
539 configureEnrollmentStage("", R.raw.sfps_lottie_right_edge) in <lambda>()
DFingerprintEnrollEnrollingUdfpsFragment.kt385 configureEnrollmentStage(R.raw.udfps_center_hint_lottie) in <lambda>()
400 configureEnrollmentStage(R.raw.udfps_center_hint_lottie) in <lambda>()
410 configureEnrollmentStage(R.raw.udfps_tip_hint_lottie) in <lambda>()
420 configureEnrollmentStage(R.raw.udfps_left_edge_hint_lottie) in <lambda>()
438 configureEnrollmentStage(R.raw.udfps_right_edge_hint_lottie) in <lambda>()
530 private fun configureEnrollmentStage(@RawRes lottie: Int) { in <lambda>() method in com.android.settings.biometrics2.ui.view.FingerprintEnrollEnrollingUdfpsFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrollingTest.java147 mActivity.configureEnrollmentStage(0 /* lottie */); in fingerprintUdfpsEnrollInitStage_afterOnEnrollmentHelp_shouldVibrate()
579 mActivity.configureEnrollmentStage(0 /* lottie */); in testUdfpsConfigureEnrollmentStage_descriptionText()
590 mActivity.configureEnrollmentStage(0 /* lottie */); in testSfpsConfigureEnrollmentStage_descriptionText()