Searched refs:audioPart (Results 1 – 1 of 1) sorted by relevance
994 MessagePartData audioPart = null; in getMostInterestingAttachment() local1012 if (messagePartData.isAudio() && audioPart == null) { in getMostInterestingAttachment()1013 audioPart = messagePartData; in getMostInterestingAttachment()1020 } else if (audioPart != null) { in getMostInterestingAttachment()1021 return audioPart; in getMostInterestingAttachment()