Searched refs:authenticators (Results 1 – 3 of 3) sorted by relevance
133 for (final int authenticators : authenticatorCombinations) { in test_setAllowedAuthenticators_withoutDeviceCredential()135 .setAllowedAuthenticators(authenticators) in test_setAllowedAuthenticators_withoutDeviceCredential()137 assertEquals(authenticators, prompt.getAllowedAuthenticators()); in test_setAllowedAuthenticators_withoutDeviceCredential()151 for (final int authenticators : authenticatorCombinations) { in test_setAllowedAuthenticators_withDeviceCredential()153 .setAllowedAuthenticators(authenticators) in test_setAllowedAuthenticators_withDeviceCredential()155 assertEquals(authenticators, prompt.getAllowedAuthenticators()); in test_setAllowedAuthenticators_withDeviceCredential()
82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in setup() local83 for (AuthenticatorDescription a : authenticators) { in setup()100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in teardown() local101 for (AuthenticatorDescription a : authenticators) { in teardown()
397 protected void showBiometricPromptWithAuthenticators(int authenticators) { in showBiometricPromptWithAuthenticators() argument408 .setAllowedAuthenticators(authenticators) in showBiometricPromptWithAuthenticators()