HomeSort by relevance Sort by last modified time
    Searched defs:getDrawableForType (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
AuthenticatorHelper.java 53 getDrawableForType(context, accountType);
64 public Drawable getDrawableForType(Context context, final String accountType) {
AccountPreferenceBase.java 169 protected Drawable getDrawableForType(final String accountType) {
170 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType);
ChooseAccountActivity.java 149 Drawable drawable = getDrawableForType(pref.type);
194 protected Drawable getDrawableForType(final String accountType) {
AccountSyncSettings.java 512 mProviderIcon.setImageDrawable(getDrawableForType(mAccount.type));
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 72 getDrawableForType(((Account) mAccounts[i]).type));
97 private Drawable getDrawableForType(String accountType) {

Completed in 131 milliseconds