Searched refs:PhotoData (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java33 import com.android.vcard.VCardEntry.PhotoData;
267 PhotoData photoData = new PhotoData("PNG", photoBytes, false);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java973 public static class PhotoData implements EntryElement { class in class:VCardEntry
984 public PhotoData(String format, byte[] photoBytes, boolean isPrimary) { method in class:VCardEntry.PhotoData
1014 if (!(obj instanceof PhotoData)) {
1017 PhotoData photoData = (PhotoData) obj;
1547 private List<PhotoData> mPhotoList;
1979 mPhotoList = new ArrayList<PhotoData>(1);
1981 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary);
2629 public final List<PhotoData> getPhotoLis
[all...]

Completed in 147 milliseconds