Searched refs:mTypeToAuthDescription (Results 1 – 2 of 2) sorted by relevance
70 private Map<String, AuthenticatorDescription> mTypeToAuthDescription field in ChooseAccountActivity130 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()
78 private Map<String, AuthenticatorDescription> mTypeToAuthDescription field in SelectSyncedCalendarsMultiAccountAdapter244 mTypeToAuthDescription.put(mAuthDescs[i].type, mAuthDescs[i]); in SelectSyncedCalendarsMultiAccountAdapter()305 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelForType()307 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelForType()