Home
last modified time | relevance | path

Searched refs:mAccountTypeToAuthorities (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountPreferenceController.java68 private Map<String, List<String>> mAccountTypeToAuthorities; field in ChooseAccountPreferenceController
206 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DChooseAccountPreferenceController.java68 private Map<String, List<String>> mAccountTypeToAuthorities; field in ChooseAccountPreferenceController
206 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()