Searched refs:vcardPart (Results 1 – 1 of 1) sorted by relevance
998 MessagePartData vcardPart = null; in getMostInterestingAttachment() local1012 if (messagePartData.isVCard() && vcardPart == null) { in getMostInterestingAttachment()1013 vcardPart = messagePartData; in getMostInterestingAttachment()1025 } else if (vcardPart != null) { in getMostInterestingAttachment()1026 return vcardPart; in getMostInterestingAttachment()