Searched refs:mAccountTypeToAuthorities (Results 1 – 2 of 2) sorted by relevance
68 private Map<String, List<String>> mAccountTypeToAuthorities; field in ChooseAccountPreferenceController206 if (mAccountTypeToAuthorities == null) { in getAuthoritiesForAccountType()207 mAccountTypeToAuthorities = Maps.newHashMap(); in getAuthoritiesForAccountType()212 List<String> authorities = mAccountTypeToAuthorities.get(sa.accountType); in getAuthoritiesForAccountType()215 mAccountTypeToAuthorities.put(sa.accountType, authorities); in getAuthoritiesForAccountType()224 return mAccountTypeToAuthorities.get(type); in getAuthoritiesForAccountType()