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

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java283 protected void appendTextString(byte[] text) { method in class:PduComposer
304 protected void appendTextString(String str) { method in class:PduComposer
312 appendTextString(str.getBytes());
342 appendTextString(textString);
463 temp.appendTextString(STRING_PHONE_NUMBER_ADDRESS_TYPE.getBytes());
466 temp.appendTextString(STRING_IPV4_ADDRESS_TYPE.getBytes());
469 temp.appendTextString(STRING_IPV6_ADDRESS_TYPE.getBytes());
503 appendTextString(textString);
617 appendTextString(messageClass);
778 appendTextString(tri
[all...]
H A DEncodedStringValue.java162 public void appendTextString(byte[] textString) { method in class:EncodedStringValue
178 "appendTextString: failed when write a new Text-string");

Completed in 58 milliseconds