Searched defs:bmsg (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessageBuilder.java61 static public String createBmessage(Bmessage bmsg) { argument
64 b.build(bmsg);
69 private void build(Bmessage bmsg) { argument
71 + bmsg.mMessage.getBytes().length;
76 mBmsg.append(BMSG_STATUS).append(bmsg.mBmsgStatus).append(CRLF);
77 mBmsg.append(BMSG_TYPE).append(bmsg.mBmsgType).append(CRLF);
78 mBmsg.append(BMSG_FOLDER).append(bmsg.mBmsgFolder).append(CRLF);
80 for (VCardEntry vcard : bmsg.mOriginators) {
87 for (VCardEntry vcard : bmsg.mRecipients) {
94 if (bmsg
[all...]

Completed in 173 milliseconds