Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduComposer.java298 protected void appendTextString(byte[] text) { in appendTextString() method in PduComposer
320 protected void appendTextString(String str) { in appendTextString() method in PduComposer
328 appendTextString(str.getBytes()); in appendTextString()
359 appendTextString(textString); in appendEncodedString()
484 temp.appendTextString(STRING_PHONE_NUMBER_ADDRESS_TYPE.getBytes()); in appendAddressType()
487 temp.appendTextString(STRING_IPV4_ADDRESS_TYPE.getBytes()); in appendAddressType()
490 temp.appendTextString(STRING_IPV6_ADDRESS_TYPE.getBytes()); in appendAddressType()
525 appendTextString(textString); in appendHeader()
641 appendTextString(messageClass); in appendHeader()
804 appendTextString(trid); in makeSendRetrievePdu()
[all …]
DEncodedStringValue.java173 public void appendTextString(byte[] textString) { in appendTextString() method in EncodedStringValue