Searched refs:photoData (Results 1 – 2 of 2) sorted by relevance
267 PhotoData photoData = new PhotoData("PNG", photoBytes, false); in testEntryElementIterator() local268 iterator.addExpectedElement(photoData); in testEntryElementIterator()
1030 PhotoData photoData = (PhotoData) obj; in equals() local1031 return (TextUtils.equals(mFormat, photoData.mFormat) in equals()1032 && Arrays.equals(mBytes, photoData.mBytes) in equals()1033 && (mIsPrimary == photoData.mIsPrimary)); in equals()1995 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary); in addPhotoBytes() local1996 mPhotoList.add(photoData); in addPhotoBytes()