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.java46 private static final String MSG_BEGIN = "BEGIN:MSG"; field in BmessageBuilder
71 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length() in build()
110 mBmsg.append(MSG_BEGIN).append(CRLF); in build()