Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowAuthenticationHelper.java69 protected Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType() method in ShadowAuthenticationHelper
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceBase.java123 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountPreferenceBase
DChooseAccountPreferenceController.java235 Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in ChooseAccountPreferenceController
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java123 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountPreferenceBase
DChooseAccountPreferenceController.java235 Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in ChooseAccountPreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountTypesHelper.java177 public Drawable getDrawableForType(String accountType) { in getDrawableForType() method in AccountTypesHelper