Searched refs:photoData (Results 1 – 3 of 3) sorted by relevance
237 * @param photoData photo ID Prior to Honeycomb, the contact's _ID value.242 private Bitmap loadContactPhotoThumbnail(String photoData) {254 thumbUri = Uri.parse(photoData);259 * incoming photoData (_ID)262 Contacts.CONTENT_URI, photoData);468 final String photoData =483 String photoData = cursor.getString(mPhotoDataIndex);490 loadContactPhotoThumbnail(photoData);
267 PhotoData photoData = new PhotoData("PNG", photoBytes, false); in testEntryElementIterator() local268 iterator.addExpectedElement(photoData); in testEntryElementIterator()
1018 PhotoData photoData = (PhotoData) obj; in equals() local1019 return (TextUtils.equals(mFormat, photoData.mFormat) in equals()1020 && Arrays.equals(mBytes, photoData.mBytes) in equals()1021 && (mIsPrimary == photoData.mIsPrimary)); in equals()1983 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary); in addPhotoBytes() local1984 mPhotoList.add(photoData); in addPhotoBytes()