Home | History | Annotate | Download | only in loaderapp

Lines Matching refs:PHOTO

40 import android.provider.ContactsContract.CommonDataKinds.Photo;
125 Photo.PHOTO
128 int PHOTO = 0;
178 mPhotoView = (QuickContactBadge) findViewById(R.id.photo);
185 // Set the photo with a random "no contact" image
242 //Set the photo
245 && !cursor.isNull(PhotoQuery.PHOTO)) {
246 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
367 * Manually set the photo to display in the header. This doesn't change the
375 * Manually set the photo given its id. If the id is 0, a placeholder picture will
598 * internal method to query contact photo by photo id and uri.
600 * @param photoId the photo id.
668 case R.id.photo: {