Searched refs:authenticators (Results 1 – 3 of 3) sorted by relevance
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()
256 private void testSetAllowedAuthenticators(int authenticators) { in testSetAllowedAuthenticators() argument258 BiometricPrompt prompt = showBiometricPromptWithAuthenticators(authenticators); in testSetAllowedAuthenticators()259 assertEquals(authenticators, prompt.getAllowedAuthenticators()); in testSetAllowedAuthenticators()
493 protected BiometricPrompt showBiometricPromptWithAuthenticators(int authenticators) { in showBiometricPromptWithAuthenticators() argument501 .setAllowedAuthenticators(authenticators); in showBiometricPromptWithAuthenticators()502 if ((authenticators & Authenticators.DEVICE_CREDENTIAL) == 0) { in showBiometricPromptWithAuthenticators()