Searched refs:getDrawableForType (Results 1 – 5 of 5) sorted by relevance
178 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountPreferenceBase179 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType); in getDrawableForType()
184 Drawable drawable = getDrawableForType(pref.type); in onAuthDescriptionsUpdated()232 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in ChooseAccountActivity
459 helper.getDrawableForType(getActivity(), accountType))); in getAccountTypePreferences()470 helper.getDrawableForType(getActivity(), accountType))); in getAccountTypePreferences()
388 final Drawable icon = getDrawableForType(account.type); in showAccountsIfNeeded()
563 mProviderIcon.setImageDrawable(getDrawableForType(mAccount.type)); in onAuthDescriptionsUpdated()