Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java70 private Map<String, AuthenticatorDescription> mTypeToAuthDescription field in ChooseAccountActivity
130 mTypeToAuthDescription.put(mAuthDescs[i].type, mAuthDescs[i]); in updateAuthDescriptions()
234 if (mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()
236 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()
261 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelForType()
263 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelForType()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java78 private Map<String, AuthenticatorDescription> mTypeToAuthDescription field in SelectSyncedCalendarsMultiAccountAdapter
244 mTypeToAuthDescription.put(mAuthDescs[i].type, mAuthDescs[i]); in SelectSyncedCalendarsMultiAccountAdapter()
305 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelForType()
307 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelForType()