Searched refs:audioPart (Results 1 – 1 of 1) sorted by relevance
996 MessagePartData audioPart = null; in getMostInterestingAttachment() local1014 if (messagePartData.isAudio() && audioPart == null) { in getMostInterestingAttachment()1015 audioPart = messagePartData; in getMostInterestingAttachment()1022 } else if (audioPart != null) { in getMostInterestingAttachment()1023 return audioPart; in getMostInterestingAttachment()