Home
last modified time | relevance | path

Searched refs:authenticators (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
DBiometricPromptTest.java133 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()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in setup() local
83 for (AuthenticatorDescription a : authenticators) { in setup()
100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in teardown() local
101 for (AuthenticatorDescription a : authenticators) { in teardown()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java397 protected void showBiometricPromptWithAuthenticators(int authenticators) { in showBiometricPromptWithAuthenticators() argument
408 .setAllowedAuthenticators(authenticators) in showBiometricPromptWithAuthenticators()