Searched refs:authorizedAccountTypes (Results 1 – 3 of 3) sorted by relevance
105 Set<String> authorizedAccountTypes = new HashSet<>(); in updateAuthorizedAccountTypes() local127 authorizedAccountTypes.add(accountType); in updateAuthorizedAccountTypes()131 if (isForced || !Objects.equals(mAuthorizedAccountTypes, authorizedAccountTypes)) { in updateAuthorizedAccountTypes()132 mAuthorizedAccountTypes = authorizedAccountTypes; in updateAuthorizedAccountTypes()
118 Set<String> authorizedAccountTypes = getAccountTypesHelper().getAuthorizedAccountTypes(); in launchAddAccount() local123 if (authorizedAccountTypes.size() == 1 && !isDeviceManaged(getContext())) { in launchAddAccount()124 String accountType = authorizedAccountTypes.iterator().next(); in launchAddAccount()
146 Set<String> authorizedAccountTypes = mAccountTypesHelper.getAuthorizedAccountTypes(); in getAuthenticatorDescriptionPreferences() local148 for (String accountType : authorizedAccountTypes) { in getAuthenticatorDescriptionPreferences()