Searched refs:DEVICE_CREDENTIAL (Results 1 – 15 of 15) sorted by relevance
44 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 …]
300 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 …]
118 DEVICE_CREDENTIAL,193 int DEVICE_CREDENTIAL = 1 << 15; field209 case Authenticators.DEVICE_CREDENTIAL: in authenticatorToStr()
1209 return (allowedAuthenticators & Authenticators.DEVICE_CREDENTIAL) != 0; in isCredentialAllowed()
325 BiometricManager.Authenticators.DEVICE_CREDENTIAL340 BiometricManager.Authenticators.DEVICE_CREDENTIAL361 authenticators = BiometricManager.Authenticators.DEVICE_CREDENTIAL377 authenticators = BiometricManager.Authenticators.DEVICE_CREDENTIAL459 authenticators = BiometricManager.Authenticators.DEVICE_CREDENTIAL,
67 authenticators = authenticators or Authenticators.DEVICE_CREDENTIAL
742 assertEquals(Authenticators.DEVICE_CREDENTIAL, in testConfigurationPersists_whenBiometricFallbackToCredential()
97 Authenticators.BIOMETRIC_STRONG or Authenticators.DEVICE_CREDENTIAL161 authenticators = Authenticators.DEVICE_CREDENTIAL
115 ? 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()
1336 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL);
70 | BiometricManager.Authenticators.DEVICE_CREDENTIAL) in setUp()
89 (promptInfo.authenticators and Authenticators.DEVICE_CREDENTIAL) != 0
1304 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in onConfigurationChanged()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18302 field public static final int DEVICE_CREDENTIAL = 32768; // 0x8000