Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountManagerHelper.java117 public Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountManagerHelper
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java125 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountPreferenceBase
DChooseAccountActivity.java259 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in ChooseAccountActivity
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java572 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType() method in AccountPreferenceControllerTest.ShadowAuthenticatorHelper