Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
DAuthenticatorHelper.java83 getDrawableForType(context, accountType); in preloadDrawableForType()
95 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType() method in AuthenticatorHelper
/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java100 getDrawableForType(((Account) mAccounts[i]).type)); in onCreate()
125 private Drawable getDrawableForType(String accountType) { in getDrawableForType() method in ChooseAccountActivity