Home
last modified time | relevance | path

Searched refs:authenticator (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricSimpleTests.java131 final int authenticator = 1 << i; in testInvalidInputs() local
133 if (Utils.isPublicAuthenticatorConstant(authenticator)) { in testInvalidInputs()
139 + authenticator, in testInvalidInputs()
141 () -> mBiometricManager.canAuthenticate(authenticator)); in testInvalidInputs()
145 + authenticator, in testInvalidInputs()
147 () -> showBiometricPromptWithAuthenticators(authenticator)); in testInvalidInputs()
DUtils.java246 public static boolean isPublicAuthenticatorConstant(int authenticator) { in isPublicAuthenticatorConstant() argument
247 switch (authenticator) { in isPublicAuthenticatorConstant()