Searched refs:MSG_BEGIN (Results 1 – 1 of 1) sorted by relevance
45 private final static String MSG_BEGIN = "BEGIN:MSG"; field in BmessageBuilder70 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length() in build()109 mBmsg.append(MSG_BEGIN).append(CRLF); in build()