Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java20 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 …]
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricManager.java104 public static final int BIOMETRIC_MULTI_SENSOR_DEFAULT = 0; field in BiometricManager
115 @IntDef({BIOMETRIC_MULTI_SENSOR_DEFAULT,
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthSession.java22 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java428 final int multiSensorConfig = BiometricManager.BIOMETRIC_MULTI_SENSOR_DEFAULT; in testShowAuthenticationDialog()