Home | History | Annotate | Download | only in group

Lines Matching refs:photoUri

786                 String photoUri = data.getString(GroupEditorQuery.CONTACT_PHOTO_URI);
788 displayName, photoUri));
831 String photoUri = cursor.getString(CONTACT_PHOTO_URI_COLUMN_INDEX);
833 Member member = new Member(mRawContactId, lookupKey, contactId, displayName, photoUri);
854 String photoUri) {
859 mPhotoUri = (photoUri != null) ? Uri.parse(photoUri) : null;