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

  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 49 public static final int CONTACT_PHOTO_URI = 3;
64 public static final int CONTACT_PHOTO_URI = 1;
  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberTileAdapter.java 42 mPhotoUriIndex = GroupMemberLoader.GroupDetailQuery.CONTACT_PHOTO_URI;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 92 public static final int CONTACT_PHOTO_URI = 5;
230 final String photoUriString = cursor.getString(ContactQuery.CONTACT_PHOTO_URI);
DefaultContactListAdapter.java 198 ContactQuery.CONTACT_PHOTO_URI, ContactQuery.CONTACT_ID,
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 786 String photoUri = data.getString(GroupEditorQuery.CONTACT_PHOTO_URI);
    [all...]

Completed in 47 milliseconds