Searched refs:bmsg (Results 1 – 4 of 4) sorted by relevance
62 public static String createBmessage(Bmessage bmsg) { in createBmessage() argument65 b.build(bmsg); in createBmessage()70 private void build(Bmessage bmsg) { in build() argument72 + bmsg.mMessage.getBytes().length; in build()77 mBmsg.append(BMSG_STATUS).append(bmsg.mBmsgStatus).append(CRLF); in build()78 mBmsg.append(BMSG_TYPE).append(bmsg.mBmsgType).append(CRLF); in build()79 mBmsg.append(BMSG_FOLDER).append(bmsg.mBmsgFolder).append(CRLF); in build()81 for (VCardEntry vcard : bmsg.mOriginators) { in build()88 for (VCardEntry vcard : bmsg.mRecipients) { in build()95 if (bmsg.mBbodyEncoding != null) { in build()[all …]
79 String bmsg; in readResponse() local81 bmsg = baos.toString(StandardCharsets.UTF_8.name()); in readResponse()88 mBmessage = BmessageParser.createBmessage(bmsg); in readResponse()
279 Bmessage bmsg = new Bmessage(); in sendMapMessage() local281 bmsg.setType(getDefaultMessageType()); in sendMapMessage()282 bmsg.setStatus(Bmessage.Status.READ); in sendMapMessage()292 mDatabase.addThreadContactsToEntries(bmsg, contact.getLastPathSegment()); in sendMapMessage()299 bmsg.addRecipient(destEntry); in sendMapMessage()313 bmsg.setBodyContent(message); in sendMapMessage()315 mSentReceiptRequested.put(bmsg, sentIntent); in sendMapMessage()318 mDeliveryReceiptRequested.put(bmsg, deliveredIntent); in sendMapMessage()320 sendMessage(MSG_OUTBOUND_MESSAGE, bmsg); in sendMapMessage()
513 boolean addThreadContactsToEntries(Bmessage bmsg, String thread) { in addThreadContactsToEntries() argument528 addRecipientsToEntries(bmsg, in addThreadContactsToEntries()538 private void addRecipientsToEntries(Bmessage bmsg, String[] recipients) { in addRecipientsToEntries() argument553 bmsg.addRecipient(destEntry); in addRecipientsToEntries()