Home | History | Annotate | Download | only in activities

Lines Matching refs:PHOTO

43 import android.provider.ContactsContract.CommonDataKinds.Photo;
145 * PhotoQuery contains the projection used for retrieving the name and photo
163 * the contact photo.
167 Photo.PHOTO
170 final int PHOTO = 0;
273 mPhotoView = (ImageView) findViewById(R.id.photo);
319 * Internal method to query contact photo by photo id and uri.
321 * @param photoId the photo id.
468 // Set the photo
471 && !cursor.isNull(PhotoQuery.PHOTO)) {
472 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
492 // If there is no photo ID, then do a disambiguation
502 // Otherwise do the photo query.