Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduComposer.java448 protected void appendQuotedString(byte[] text) { in appendQuotedString() method in PduComposer
466 protected void appendQuotedString(String str) { in appendQuotedString() method in PduComposer
473 appendQuotedString(str.getBytes()); in appendQuotedString()
1004 appendQuotedString(contentId); in makeMessageBody()
1006 appendQuotedString("<" + new String(contentId) + ">"); in makeMessageBody()