Searched defs:authenticator (Results 1 – 3 of 3) sorted by relevance
39 try (RemoteAccountAuthenticator authenticator = RemoteAccountAuthenticator.install()) { in install_appIsInstalled()47 try (RemoteAccountAuthenticator authenticator = in install_differentUser_appIsInstalled()56 RemoteAccountAuthenticator authenticator = RemoteAccountAuthenticator.install(); in autoclose_appIsUninstalled() local57 try (authenticator) { in autoclose_appIsUninstalled() argument66 try (RemoteAccountAuthenticator authenticator = in addAccount_accountIsAdded()76 try (RemoteAccountAuthenticator authenticator = in remove_accountIsRemoved()87 try (RemoteAccountAuthenticator authenticator = in accountAutoclose_accountIsRemoved()
280 public static boolean isPublicAuthenticatorConstant(int authenticator) { in isPublicAuthenticatorConstant()
273 final int authenticator = 1 << i; in testInvalidInputs() local