Searched defs:getDrawableForType (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAuthenticatorHelper.java52 public Drawable getDrawableForType(Context context, final String accountType) { method in class:AuthenticatorHelper
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java177 protected Drawable getDrawableForType(final String accountType) { method in class:AccountPreferenceBase
178 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType);
H A DChooseAccountActivity.java173 Drawable drawable = getDrawableForType(pref.type);
220 protected Drawable getDrawableForType(final String accountType) { method in class:ChooseAccountActivity
H A DAuthenticatorHelper.java90 getDrawableForType(context, accountType);
102 public Drawable getDrawableForType(Context context, final String accountType) { method in class:AuthenticatorHelper

Completed in 109 milliseconds