Searched refs:addAuthenticator (Results 1 – 3 of 3) sorted by relevance
64 addAuthenticator(ACCOUNT_TYPE_1, /* label= */ R.string.account_type1_label); in setUp()65 addAuthenticator(ACCOUNT_TYPE_2, /* label= */ R.string.account_type2_label); in setUp()154 addAuthenticator(ACCOUNT_TYPE_3, /* label= */ R.string.account_type3_label); in onAccountsUpdate_currentUserUpdated_shouldForceUpdate()168 private void addAuthenticator(String type, int labelRes) { in addAuthenticator() method in AccountTypesHelperTest169 getShadowAccountManager().addAuthenticator( in addAuthenticator()
111 ShadowAccountManager.addAuthenticator(authDesc); in updateAuthDescriptions_oneProvider_shouldNotAddPreference()136 ShadowAccountManager.addAuthenticator(authDesc); in updateAuthDescriptions_oneAdminDisabledProvider_shouldNotAddPreference()161 ShadowAccountManager.addAuthenticator(authDesc); in updateAuthDescriptions_noProvider_shouldNotAddPreference()187 ShadowAccountManager.addAuthenticator(authDesc); in updateAuthDescriptions_twoProvider_shouldAddTwoPreference()188 ShadowAccountManager.addAuthenticator(authDesc2); in updateAuthDescriptions_twoProvider_shouldAddTwoPreference()
43 public static void addAuthenticator(AuthenticatorDescription authenticator) { in addAuthenticator() method in ShadowAccountManager