Searched refs:getDrawableForType (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java169 protected Drawable getDrawableForType(final String accountType) { method in class:AccountPreferenceBase
170 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType);
H A DSyncSettings.java156 final Drawable icon = getDrawableForType(account.type);
174 accPref.setIcon(getDrawableForType(accPref.getAccount().type));
H A DChooseAccountActivity.java149 Drawable drawable = getDrawableForType(pref.type);
194 protected Drawable getDrawableForType(final String accountType) { method in class:ChooseAccountActivity
H A DAuthenticatorHelper.java53 public Drawable getDrawableForType(Context context, final String accountType) { method in class:AuthenticatorHelper
H A DManageAccountsSettings.java329 final Drawable icon = getDrawableForType(account.type);
H A DAccountSyncSettings.java507 mProviderIcon.setImageDrawable(getDrawableForType(mAccount.type));
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java718 Drawable icon = mAuthHelper.getDrawableForType(getContext(), accType);

Completed in 60 milliseconds