Home
last modified time | relevance | path

Searched refs:accountIcon (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupDetailDisplayUtils.java53 ImageView accountIcon = (ImageView) view.findViewById(android.R.id.icon); in bindGroupSourceView() local
54 if (accountIcon == null) { in bindGroupSourceView()
58 accountIcon.setImageDrawable(accountType.getDisplayIcon(context)); in bindGroupSourceView()
DGroupEditorFragment.java414 ImageView accountIcon = (ImageView) editorView.findViewById(R.id.account_icon); in setupEditorForAccount() local
422 accountIcon.setImageDrawable(accountType.getDisplayIcon(mContext)); in setupEditorForAccount()