Home
last modified time | relevance | path

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

/packages/providers/GoogleSubscribedFeedsProvider/src/com/android/settings/
DAccountPreferenceBase.java46 protected AuthenticatorDescription[] mAuthDescs; field in AccountPreferenceBase
192 mAuthDescs = AccountManager.get(this).getAuthenticatorTypes(); in updateAuthDescriptions()
193 for (int i = 0; i < mAuthDescs.length; i++) { in updateAuthDescriptions()
194 mTypeToAuthDescription.put(mAuthDescs[i].type, mAuthDescs[i]); in updateAuthDescriptions()
DAddAccountSettings.java65 for (int i = 0; i < mAuthDescs.length; i++) { in onAuthDescriptionsUpdated()
66 String accountType = mAuthDescs[i].type; in onAuthDescriptionsUpdated()