Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduComposer.java283 protected void appendTextString(byte[] text) { in appendTextString() method in PduComposer
304 protected void appendTextString(String str) { in appendTextString() method in PduComposer
312 appendTextString(str.getBytes()); in appendTextString()
342 appendTextString(textString); in appendEncodedString()
463 temp.appendTextString(STRING_PHONE_NUMBER_ADDRESS_TYPE.getBytes()); in appendAddressType()
466 temp.appendTextString(STRING_IPV4_ADDRESS_TYPE.getBytes()); in appendAddressType()
469 temp.appendTextString(STRING_IPV6_ADDRESS_TYPE.getBytes()); in appendAddressType()
503 appendTextString(textString); in appendHeader()
617 appendTextString(messageClass); in appendHeader()
778 appendTextString(trid); in makeSendReqPdu()
[all …]
DEncodedStringValue.java162 public void appendTextString(byte[] textString) { in appendTextString() method in EncodedStringValue