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

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 63 private ImageView mAccountIcon;
104 mAccountIcon = (ImageView) findViewById(R.id.account_icon);
162 mAccountIcon.setImageDrawable(type.getDisplayIcon(mContext));
RawContactEditorView.java 81 private ImageView mAccountIcon;
148 mAccountIcon = (ImageView) findViewById(R.id.account_icon);
251 mAccountIcon.setImageDrawable(type.getDisplayIcon(mContext));

Completed in 43 milliseconds