Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A 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
H A DFallbackAccountType.java66 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in FallbackAccountType
108 getDisplayLabel(context), getDisplayIcon(context), false), this); in wrapAccount()
H A DSimAccountType.java122 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in SimAccountType
135 getDisplayIcon(context), true), this); in wrapAccount()
H A DDeviceLocalAccountType.java44 getDisplayIcon(context), true), this); in wrapAccount()
H A DAccountDisplayInfoFactory.java68 type.getDisplayIcon(mContext), in getAccountDisplayInfo()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A 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()
/aosp12/frameworks/base/core/java/com/android/internal/app/chooser/
H A DTargetInfo.java112 Drawable getDisplayIcon(Context context); in getDisplayIcon() method
H A DDisplayResolveInfo.java133 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in DisplayResolveInfo
H A DSelectableTargetInfo.java269 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in SelectableTargetInfo
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeAccountType.java58 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in FakeAccountType
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountSelectionUtil.java129 icon.setImageDrawable(accountType.getDisplayIcon(getContext())); in getSelectAccountDialog()
H A DAccountFilterUtil.java142 accountType.getDisplayIcon(getContext()) : null; in getFiltersForAccounts()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DSplitAggregateView.java256 icon = accountType.getDisplayIcon(getContext()); in getView()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPickRawContactDialogFragment.java131 holder.accountIcon.setImageDrawable(account.getDisplayIcon(mContext)); in getView()
H A DKindSectionView.java348 .setImageDrawable(accountType.getDisplayIcon(getContext())); in addNameEditorViews()
H A DRawContactEditorView.java797 mAccountHeaderIcon.setImageDrawable(accountType.getDisplayIcon(getContext())); in setAccountHeader()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/
H A DWifiDppQrCodeGeneratorFragment.java256 final Button button = createActionButton(ti.getDisplayIcon(getContext()), in createNearbyButton()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DMultiSelectContactsListFragment.java358 final Drawable icon = accountType != null ? accountType.getDisplayIcon(context) : null; in bindListHeader()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverListAdapter.java710 icon.setImageDrawable(info.getDisplayIcon(itemView.getContext()));
H A DChooserActivity.java1264 ti.getDisplayIcon(this),
1286 ti.getDisplayIcon(this),
2638 public Drawable getDisplayIcon(Context context) {
2649 public Drawable getDisplayIcon(Context context) {