Home
last modified time | relevance | path

Searched refs:MSG_BEGIN (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessageBuilder.java45 private final static String MSG_BEGIN = "BEGIN:MSG"; field in BmessageBuilder
70 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length() in build()
109 mBmsg.append(MSG_BEGIN).append(CRLF); in build()