Searched refs:vcardPart (Results 1 – 1 of 1) sorted by relevance
995 MessagePartData vcardPart = null; in getMostInterestingAttachment() local1009 if (messagePartData.isVCard() && vcardPart == null) { in getMostInterestingAttachment()1010 vcardPart = messagePartData; in getMostInterestingAttachment()1022 } else if (vcardPart != null) { in getMostInterestingAttachment()1023 return vcardPart; in getMostInterestingAttachment()