Searched refs:vcardPart (Results 1 – 1 of 1) sorted by relevance
997 MessagePartData vcardPart = null; in getMostInterestingAttachment() local1011 if (messagePartData.isVCard() && vcardPart == null) { in getMostInterestingAttachment()1012 vcardPart = messagePartData; in getMostInterestingAttachment()1024 } else if (vcardPart != null) { in getMostInterestingAttachment()1025 return vcardPart; in getMostInterestingAttachment()