HomeSort by relevance Sort by last modified time
    Searched defs:CONTACT_PHOTO_URI (Results 1 - 2 of 2) 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/
ContactListAdapter.java 92 public static final int CONTACT_PHOTO_URI = 5;
230 final String photoUriString = cursor.getString(ContactQuery.CONTACT_PHOTO_URI);

Completed in 149 milliseconds