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