Searched refs:authenticator (Results 1 – 2 of 2) sorted by relevance
131 final int authenticator = 1 << i; in testInvalidInputs() local133 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()
246 public static boolean isPublicAuthenticatorConstant(int authenticator) { in isPublicAuthenticatorConstant() argument247 switch (authenticator) { in isPublicAuthenticatorConstant()