Searched refs:getAuthorizedAccountTypes (Results 1 – 4 of 4) sorted by relevance
85 assertThat(mHelper.getAuthorizedAccountTypes()).containsExactly( in forceUpdate_authorizedAccountTypesShouldBeSet()99 assertThat(mHelper.getAuthorizedAccountTypes()).containsExactly(ACCOUNT_TYPE_1); in forceUpdate_hasAccountTypeFilter_shouldFilterAccounts()112 assertThat(mHelper.getAuthorizedAccountTypes()).containsExactly(ACCOUNT_TYPE_2); in forceUpdate_hasAccountExclusionFilter_shouldFilterAccounts()131 assertThat(mHelper.getAuthorizedAccountTypes()).containsExactly(ACCOUNT_TYPE_2); in forceUpdate_doesNotHaveAuthoritiesInFilter_notAuthorized()150 assertThat(mHelper.getAuthorizedAccountTypes()).containsExactly( in refreshUi_hasAuthoritiesInFilter_notAuthorized()157 assertThat(mHelper.getAuthorizedAccountTypes().size()).isEqualTo(2); in onAccountsUpdate_currentUserUpdated_shouldForceUpdate()167 assertThat(mHelper.getAuthorizedAccountTypes()).containsExactly( in onAccountsUpdate_currentUserUpdated_shouldForceUpdate()
139 public Set<String> getAuthorizedAccountTypes() { in getAuthorizedAccountTypes() method in AccountTypesHelper
101 Set<String> authorizedAccountTypes = helper.getAuthorizedAccountTypes(); in onAddAccountClicked()
150 Set<String> authorizedAccountTypes = mAccountTypesHelper.getAuthorizedAccountTypes(); in getAuthenticatorDescriptionPreferences()