Home
last modified time | relevance | path

Searched refs:getDisplayIcon (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java199 getDisplayLabel(context), getDisplayIcon(context), false), this); in wrapAccount()
276 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in AccountType
277 return getDisplayIcon(context, titleRes, iconRes, syncAdapterPackageName); in getDisplayIcon()
280 public static Drawable getDisplayIcon(Context context, int titleRes, int iconRes, in getDisplayIcon() method in AccountType
DFallbackAccountType.java66 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in FallbackAccountType
108 getDisplayLabel(context), getDisplayIcon(context), false), this); in wrapAccount()
DSimAccountType.java122 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in SimAccountType
135 getDisplayIcon(context), true), this); in wrapAccount()
DDeviceLocalAccountType.java44 getDisplayIcon(context), true), this); in wrapAccount()
DAccountDisplayInfoFactory.java68 type.getDisplayIcon(mContext), in getAccountDisplayInfo()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java111 public static Drawable getDisplayIcon( in getDisplayIcon() method in AccountType
261 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in AccountType
262 return getDisplayIcon(context, titleRes, iconRes, syncAdapterPackageName); in getDisplayIcon()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeAccountType.java58 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in FakeAccountType
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountSelectionUtil.java129 icon.setImageDrawable(accountType.getDisplayIcon(getContext())); in getSelectAccountDialog()
DAccountFilterUtil.java142 accountType.getDisplayIcon(getContext()) : null; in getFiltersForAccounts()
/packages/apps/Contacts/src/com/android/contacts/
DSplitAggregateView.java256 icon = accountType.getDisplayIcon(getContext()); in getView()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPickRawContactDialogFragment.java131 holder.accountIcon.setImageDrawable(account.getDisplayIcon(mContext)); in getView()
DKindSectionView.java348 .setImageDrawable(accountType.getDisplayIcon(getContext())); in addNameEditorViews()
DRawContactEditorView.java797 mAccountHeaderIcon.setImageDrawable(accountType.getDisplayIcon(getContext())); in setAccountHeader()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeGeneratorFragment.java256 final Button button = createActionButton(ti.getDisplayIcon(getContext()), in createNearbyButton()
/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectContactsListFragment.java358 final Drawable icon = accountType != null ? accountType.getDisplayIcon(context) : null; in bindListHeader()