Searched refs:BIOMETRIC_MULTI_SENSOR_DEFAULT (Results 1 – 4 of 4) sorted by relevance
20 import static android.hardware.biometrics.BiometricManager.BIOMETRIC_MULTI_SENSOR_DEFAULT;277 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testAuthenticate_credentialAllowedAndSetup_callsSystemUI()362 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testAuthenticate_picksStrongIfAvailable()493 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testAuthenticate_happyPathWithoutConfirmation()548 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testAuthenticate_noBiometrics_credentialAllowed()710 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testErrorHalTimeout_whenAuthenticating_entersPausedState()810 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()890 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()1382 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testWithDowngradedAuthenticator()1404 eq(BIOMETRIC_MULTI_SENSOR_DEFAULT)); in testWithDowngradedAuthenticator()[all …]
104 public static final int BIOMETRIC_MULTI_SENSOR_DEFAULT = 0; field in BiometricManager115 @IntDef({BIOMETRIC_MULTI_SENSOR_DEFAULT,
22 import static android.hardware.biometrics.BiometricManager.BIOMETRIC_MULTI_SENSOR_DEFAULT;248 mMultiSensorMode = BIOMETRIC_MULTI_SENSOR_DEFAULT; in goToInitialState()417 mMultiSensorMode = BIOMETRIC_MULTI_SENSOR_DEFAULT; in onErrorReceived()898 return BIOMETRIC_MULTI_SENSOR_DEFAULT; in getMultiSensorModeForNewSession()
428 final int multiSensorConfig = BiometricManager.BIOMETRIC_MULTI_SENSOR_DEFAULT; in testShowAuthenticationDialog()