Home | History | Annotate | Download | only in model

Lines Matching refs:PHOTO

22 import android.provider.ContactsContract.CommonDataKinds.Photo;
89 * Small version of the contact photo loaded from a blob instead of from a file. If a large
90 * contact photo is not available yet, then this has the same value as mPhotoBinaryData.
442 // If the photo was loaded using the URI, create an entry for the photo
445 ContentValues photo = new ContentValues();
446 photo.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
447 photo.put(Photo.PHOTO, mPhotoBinaryData);
448 result.add(photo);