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

  /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/
ContactTileAdapter.java 65 protected int mPhotoUriIndex;
156 mPhotoUriIndex = ContactTileLoaderFactory.PHOTO_URI;
251 String photoUri = cursor.getString(mPhotoUriIndex);

Completed in 195 milliseconds