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

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAuthenticatorHelper.java53 public Drawable getDrawableForType(Context context, final String accountType) { method in class:AuthenticatorHelper
H A DAccountPreferenceBase.java169 protected Drawable getDrawableForType(final String accountType) { method in class:AccountPreferenceBase
170 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType);
H A DChooseAccountActivity.java149 Drawable drawable = getDrawableForType(pref.type);
194 protected Drawable getDrawableForType(final String accountType) { method in class:ChooseAccountActivity

Completed in 149 milliseconds