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

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 169 protected Drawable getDrawableForType(final String accountType) {
170 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType);
SyncSettings.java 151 final Drawable icon = getDrawableForType(account.type);
169 accPref.setIcon(getDrawableForType(accPref.getAccount().type));
ChooseAccountActivity.java 149 Drawable drawable = getDrawableForType(pref.type);
194 protected Drawable getDrawableForType(final String accountType) {
AuthenticatorHelper.java 53 public Drawable getDrawableForType(Context context, final String accountType) {
ManageAccountsSettings.java 325 final Drawable icon = getDrawableForType(account.type);
AccountSyncSettings.java 499 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) {
  /packages/apps/Settings/src/com/android/settings/
Settings.java 673 Drawable icon = mAuthHelper.getDrawableForType(getContext(), accType);
    [all...]

Completed in 3759 milliseconds