Home
last modified time | relevance | path

Searched refs:getDrawableForType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java178 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountPreferenceBase
179 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType); in getDrawableForType()
DChooseAccountActivity.java184 Drawable drawable = getDrawableForType(pref.type); in onAuthDescriptionsUpdated()
232 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in ChooseAccountActivity
DAccountSettings.java459 helper.getDrawableForType(getActivity(), accountType))); in getAccountTypePreferences()
470 helper.getDrawableForType(getActivity(), accountType))); in getAccountTypePreferences()
DManageAccountsSettings.java388 final Drawable icon = getDrawableForType(account.type); in showAccountsIfNeeded()
DAccountSyncSettings.java563 mProviderIcon.setImageDrawable(getDrawableForType(mAccount.type)); in onAuthDescriptionsUpdated()