The class representing one contact, which should contain multiple ContentValues like StructuredName, Email, etc.
ContentValues contentValues = new ContentValues(); contentValues.put(Data.MIMETYPE, mimeType); mContentValuesList.add(contentValues); return new ContentValuesBuilder(contentValues);
return mContentValuesList;