Searched refs:appendTextString (Results 1 – 2 of 2) sorted by relevance
298 protected void appendTextString(byte[] text) { in appendTextString() method in PduComposer320 protected void appendTextString(String str) { in appendTextString() method in PduComposer328 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 …]
173 public void appendTextString(byte[] textString) { in appendTextString() method in EncodedStringValue