Home
last modified time | relevance | path

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

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