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

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java54 private HashMap<String, ArrayList<String>> mAccountTypeToAuthorities = null; field in class:AccountPreferenceBase
118 if (mAccountTypeToAuthorities == null) {
119 mAccountTypeToAuthorities = Maps.newHashMap();
123 ArrayList<String> authorities = mAccountTypeToAuthorities.get(sa.accountType);
126 mAccountTypeToAuthorities.put(sa.accountType, authorities);
135 return mAccountTypeToAuthorities.get(type);
H A DChooseAccountActivity.java55 private HashMap<String, ArrayList<String>> mAccountTypeToAuthorities = null; field in class:ChooseAccountActivity
169 if (mAccountTypeToAuthorities == null) {
170 mAccountTypeToAuthorities = Maps.newHashMap();
174 ArrayList<String> authorities = mAccountTypeToAuthorities.get(sa.accountType);
177 mAccountTypeToAuthorities.put(sa.accountType, authorities);
186 return mAccountTypeToAuthorities.get(type);

Completed in 262 milliseconds