Searched refs:accountIcon (Results 1 – 3 of 3) sorted by relevance
47 Icon accountIcon = phoneAccount.getIcon(); in createIconDrawableMarshmallow() local48 if (accountIcon == null) { in createIconDrawableMarshmallow()51 return accountIcon.loadDrawable(context); in createIconDrawableMarshmallow()
80 Icon accountIcon = getIcon(phoneAccount); in createIconDrawableMarshmallow() local81 if (accountIcon == null) { in createIconDrawableMarshmallow()84 return accountIcon.loadDrawable(context); in createIconDrawableMarshmallow()
92 holder.accountIcon = (ImageView) view.findViewById(R.id.account_icon); in getView()131 holder.accountIcon.setImageDrawable(account.getDisplayIcon(mContext)); in getView()147 ImageView accountIcon; field in PickRawContactDialogFragment.RawContactAccountListAdapter.RawContactViewHolder