Home
last modified time | relevance | path

Searched refs:DEVICE_CREDENTIAL (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java44 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK; in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
58 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK; in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
77 assertEquals(Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK, in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
96 authenticators |= Authenticators.DEVICE_CREDENTIAL; in testIsDeviceCredentialAllowed_withIntegerFlags()
112 authenticators |= Authenticators.DEVICE_CREDENTIAL; in testIsDeviceCredentialAllowed_withBundle()
162 assertTrue(Utils.isValidAuthenticatorConfig(Authenticators.DEVICE_CREDENTIAL)); in testIsValidAuthenticatorConfig()
164 assertTrue(Utils.isValidAuthenticatorConfig(Authenticators.DEVICE_CREDENTIAL in testIsValidAuthenticatorConfig()
167 assertTrue(Utils.isValidAuthenticatorConfig(Authenticators.DEVICE_CREDENTIAL in testIsValidAuthenticatorConfig()
173 | Authenticators.DEVICE_CREDENTIAL)); in testIsValidAuthenticatorConfig()
182 if (authenticator == Authenticators.DEVICE_CREDENTIAL) { in testIsValidAuthenticatorConfig()
[all …]
H A DBiometricServiceTest.java300 Authenticators.DEVICE_CREDENTIAL, false /* useDefaultSubtitle */, in testAuthenticate_credentialAllowedButNotSetup_returnsNoDeviceCredential()
321 Authenticators.DEVICE_CREDENTIAL, false /* useDefaultSubtitle */, in testAuthenticate_credentialAllowedAndSetup_callsSystemUI()
478 setupAuthForOnly(TYPE_CREDENTIAL, Authenticators.DEVICE_CREDENTIAL); in testAuthenticateFingerprint_shouldShowSubtitleForCredential()
664 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK, in testAuthenticate_noBiometrics_credentialAllowed()
670 assertEquals(Authenticators.DEVICE_CREDENTIAL, in testAuthenticate_noBiometrics_credentialAllowed()
922 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK, in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
938 assertEquals(Authenticators.DEVICE_CREDENTIAL, in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
1061 assertEquals(Authenticators.DEVICE_CREDENTIAL, in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()
1079 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK; in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
1093 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK; in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricManager.java118 DEVICE_CREDENTIAL,
193 int DEVICE_CREDENTIAL = 1 << 15; field
209 case Authenticators.DEVICE_CREDENTIAL: in authenticatorToStr()
H A DBiometricPrompt.java1209 return (allowedAuthenticators & Authenticators.DEVICE_CREDENTIAL) != 0; in isCredentialAllowed()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.kt325 BiometricManager.Authenticators.DEVICE_CREDENTIAL
340 BiometricManager.Authenticators.DEVICE_CREDENTIAL
361 authenticators = BiometricManager.Authenticators.DEVICE_CREDENTIAL
377 authenticators = BiometricManager.Authenticators.DEVICE_CREDENTIAL
459 authenticators = BiometricManager.Authenticators.DEVICE_CREDENTIAL,
H A DBiometricTestExtensions.kt67 authenticators = authenticators or Authenticators.DEVICE_CREDENTIAL
H A DAuthControllerTest.java742 assertEquals(Authenticators.DEVICE_CREDENTIAL, in testConfigurationPersists_whenBiometricFallbackToCredential()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractorImplTest.kt97 Authenticators.BIOMETRIC_STRONG or Authenticators.DEVICE_CREDENTIAL
161 authenticators = Authenticators.DEVICE_CREDENTIAL
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java115 ? Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK in combineAuthenticatorBundles()
127 return (authenticators & Authenticators.DEVICE_CREDENTIAL) != 0; in isCredentialRequested()
232 final int testBits = ~(Authenticators.DEVICE_CREDENTIAL in isValidAuthenticatorConfig()
H A DBiometricService.java1336 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL);
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/biometrics/
H A DBiometricPromptTest.java70 | BiometricManager.Authenticators.DEVICE_CREDENTIAL) in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUtils.kt89 (promptInfo.authenticators and Authenticators.DEVICE_CREDENTIAL) != 0
H A DAuthController.java1304 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in onConfigurationChanged()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt18302 field public static final int DEVICE_CREDENTIAL = 32768; // 0x8000