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

  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java 53 ImageView accountIcon = (ImageView) view.findViewById(android.R.id.icon);
54 if (accountIcon == null) {
58 accountIcon.setImageDrawable(accountType.getDisplayIcon(context));
GroupEditorFragment.java 414 ImageView accountIcon = (ImageView) editorView.findViewById(R.id.account_icon);
422 accountIcon.setImageDrawable(accountType.getDisplayIcon(mContext));
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
PhoneAccountCompat.java 80 Icon accountIcon = getIcon(phoneAccount);
81 if (accountIcon == null) {
84 return accountIcon.loadDrawable(context);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 376 ImageView accountIcon = (ImageView) convertView.findViewById(R.id.accountIcon);
386 accountIcon.setImageDrawable(icon);

Completed in 96 milliseconds