Searched refs:getDrawableForType (Results 1 – 2 of 2) sorted by relevance
83 getDrawableForType(context, accountType); in preloadDrawableForType()95 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType() method in AuthenticatorHelper
100 getDrawableForType(((Account) mAccounts[i]).type)); in onCreate()125 private Drawable getDrawableForType(String accountType) { in getDrawableForType() method in ChooseAccountActivity