Home
last modified time | relevance | path

Searched refs:BIOMETRIC_FIND_SENSOR_REQUEST (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java182 activity.onActivityResult(BiometricEnrollIntroduction.BIOMETRIC_FIND_SENSOR_REQUEST, in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
195 activity.onActivityResult(BiometricEnrollIntroduction.BIOMETRIC_FIND_SENSOR_REQUEST, in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded()
204 activity.onActivityResult(BiometricEnrollIntroduction.BIOMETRIC_FIND_SENSOR_REQUEST, in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/
DBiometricEnrollIntroduction.java203 startActivityForResult(intent, BIOMETRIC_FIND_SENSOR_REQUEST); in launchNextEnrollingActivity()
225 if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST) { in onActivityResult()
DBiometricEnrollBase.java76 public static final int BIOMETRIC_FIND_SENSOR_REQUEST = 2; field in BiometricEnrollBase
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollIntroduction.java228 startActivityForResult(intent, BIOMETRIC_FIND_SENSOR_REQUEST); in launchNextEnrollingActivity()
250 if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST) { in onActivityResult()
DBiometricEnrollBase.java77 public static final int BIOMETRIC_FIND_SENSOR_REQUEST = 2; field in BiometricEnrollBase
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEducation.java199 startActivityForResult(intent, BIOMETRIC_FIND_SENSOR_REQUEST); in onNextButtonClick()
211 if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST) { in onActivityResult()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroduction.java109 if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST && isKeyguardSecure()) { in onActivityResult()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DSetupFingerprintEnrollIntroduction.java109 if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST && isKeyguardSecure()) { in onActivityResult()