Home | History | Annotate | Download | only in email

Lines Matching full:isreply

519         boolean isReply = (localMessage.mFlags & EmailContent.Message.FLAG_TYPE_REPLY) != 0;
525 if (isReply || isForward) {
533 String replyTag = isReply ? BODY_QUOTED_PART_REPLY : BODY_QUOTED_PART_FORWARD;