Home | History | Annotate | Download | only in vcard

Lines Matching defs:formatName

1977     private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary) {
1981 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary);
2276 String formatName = null;
2282 } else if (formatName == null) {
2283 formatName = typeValue;
2287 addPhotoBytes(formatName, propertyBytes, isPrimary);