Home
last modified time | relevance | path

Searched defs:authenticator (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/remoteaccountauthenticator/src/test/java/com/android/bedstead/remoteaccountauthenticator/
DRemoteAccountAuthenticatorTest.java39 try (RemoteAccountAuthenticator authenticator = RemoteAccountAuthenticator.install()) { in install_appIsInstalled()
47 try (RemoteAccountAuthenticator authenticator = in install_differentUser_appIsInstalled()
56 RemoteAccountAuthenticator authenticator = RemoteAccountAuthenticator.install(); in autoclose_appIsUninstalled() local
57 try (authenticator) { in autoclose_appIsUninstalled() argument
66 try (RemoteAccountAuthenticator authenticator = in addAccount_accountIsAdded()
76 try (RemoteAccountAuthenticator authenticator = in remove_accountIsRemoved()
87 try (RemoteAccountAuthenticator authenticator = in accountAutoclose_accountIsRemoved()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DUtils.java280 public static boolean isPublicAuthenticatorConstant(int authenticator) { in isPublicAuthenticatorConstant()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricSimpleTests.java273 final int authenticator = 1 << i; in testInvalidInputs() local