Home | History | Annotate | Download | only in contacts

Lines Matching refs:Photo

40 import android.provider.ContactsContract.CommonDataKinds.Photo;
134 * Opens an InputStream for the person's photo and returns the photo as a Bitmap.
135 * If the person's photo isn't present returns null.
137 * @param aggCursor the Cursor pointing to the data record containing the photo.
138 * @param bitmapColumnIndex the column index where the photo Uri is stored.
140 * @return the photo Bitmap
153 * Loads a placeholder photo.
177 new String[] { Photo.PHOTO },