Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEducation.java208 startActivityForResult(intent, BIOMETRIC_FIND_SENSOR_REQUEST); in onNextButtonClick()
213 startActivityForResult(intent, BIOMETRIC_FIND_SENSOR_REQUEST); in onNextButtonClick()
232 } else if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST in onActivityResult()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java209 activity.onActivityResult(BiometricEnrollIntroduction.BIOMETRIC_FIND_SENSOR_REQUEST, in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
222 activity.onActivityResult(BiometricEnrollIntroduction.BIOMETRIC_FIND_SENSOR_REQUEST, in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded()
231 activity.onActivityResult(BiometricEnrollIntroduction.BIOMETRIC_FIND_SENSOR_REQUEST, in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollIntroduction.java288 startActivityForResult(intent, BIOMETRIC_FIND_SENSOR_REQUEST); in launchNextEnrollingActivity()
293 if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST) { in onActivityResult()
DBiometricEnrollBase.java106 public static final int BIOMETRIC_FIND_SENSOR_REQUEST = 2; field in BiometricEnrollBase
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroduction.java75 if (requestCode == BIOMETRIC_FIND_SENSOR_REQUEST && isKeyguardSecure()) { in onActivityResult()
DFingerprintEnrollIntroduction.java99 final boolean isEnrollRequest = requestCode == BIOMETRIC_FIND_SENSOR_REQUEST in onActivityResult()