Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduComposer.java429 protected void appendQuotedString(byte[] text) { in appendQuotedString() method in PduComposer
446 protected void appendQuotedString(String str) { in appendQuotedString() method in PduComposer
453 appendQuotedString(str.getBytes()); in appendQuotedString()
981 appendQuotedString(contentId); in makeMessageBody()
983 appendQuotedString("<" + new String(contentId) + ">"); in makeMessageBody()
/frameworks/base/config/
Dhiddenapi-greylist.txt1605 Lcom/google/android/mms/pdu/PduComposer;->appendQuotedString(Ljava/lang/String;)V
1606 Lcom/google/android/mms/pdu/PduComposer;->appendQuotedString([B)V