HomeSort by relevance Sort by last modified time
    Searched refs:mTypeToAuthDescription (Results 1 - 2 of 2) sorted by null

  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java 45 private Map<String, AuthenticatorDescription> mTypeToAuthDescription
134 if (mTypeToAuthDescription.containsKey(accountType)) {
137 mTypeToAuthDescription.get(accountType);
155 if (mTypeToAuthDescription.containsKey(accountType)) {
158 mTypeToAuthDescription.get(accountType);
175 if (mTypeToAuthDescription.containsKey(accountType)) {
178 desc = (AuthenticatorDescription) mTypeToAuthDescription.get(accountType);
198 mTypeToAuthDescription.put(mAuthDescs[i].type, mAuthDescs[i]);
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 70 private Map<String, AuthenticatorDescription> mTypeToAuthDescription
236 mTypeToAuthDescription.put(mAuthDescs[i].type, mAuthDescs[i]);
293 if (mTypeToAuthDescription.containsKey(accountType)) {
295 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType);

Completed in 1706 milliseconds