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

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 150 protected Drawable getDrawableForType(final String accountType) {
151 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType);
AccountDetailDashboardFragment.java 139 headerPreference.setIcon(helper.getDrawableForType(context, mAccountType));
ChooseAccountActivity.java 197 Drawable drawable = getDrawableForType(pref.type);
259 protected Drawable getDrawableForType(final String accountType) {
AccountPreferenceController.java 500 final Drawable icon = helper.getDrawableForType(mContext, accountType);
AccountSyncSettings.java 570 mProviderIcon.setImageDrawable(getDrawableForType(mAccount.type));
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 74 getDrawableForType(((Account) mAccounts[i]).type));
99 private Drawable getDrawableForType(String accountType) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java 83 getDrawableForType(context, accountType);
95 public Drawable getDrawableForType(Context context, final String accountType) {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 94 milliseconds