Searched refs:replyTag (Results 1 – 1 of 1) sorted by relevance
165 String replyTag = null; in updateBodyFields() local167 replyTag = replyTags[0]; in updateBodyFields()172 if (replyTag != null) { in updateBodyFields()173 boolean isQuotedReply = BODY_QUOTED_PART_REPLY.equalsIgnoreCase(replyTag); in updateBodyFields()174 boolean isQuotedForward = BODY_QUOTED_PART_FORWARD.equalsIgnoreCase(replyTag); in updateBodyFields()175 boolean isQuotedIntro = BODY_QUOTED_PART_INTRO.equalsIgnoreCase(replyTag); in updateBodyFields()474 String replyTag = isReply ? BODY_QUOTED_PART_REPLY : BODY_QUOTED_PART_FORWARD; in makeMessage() local476 addTextBodyPart(mp, "text/html", replyTag, in makeMessage()483 addTextBodyPart(mp, "text/plain", replyTag, in makeMessage()