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

/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduComposer.java290 protected void appendTextString(final byte[] text) { method in class:PduComposer
311 protected void appendTextString(final String str) { method in class:PduComposer
319 appendTextString(str.getBytes());
349 appendTextString(textString);
470 temp.appendTextString(STRING_PHONE_NUMBER_ADDRESS_TYPE.getBytes());
473 temp.appendTextString(STRING_IPV4_ADDRESS_TYPE.getBytes());
476 temp.appendTextString(STRING_IPV6_ADDRESS_TYPE.getBytes());
511 appendTextString(textString);
625 appendTextString(messageClass);
841 appendTextString(tri
[all...]
H A DEncodedStringValue.java177 public void appendTextString(byte[] textString) { method in class:EncodedStringValue
193 "appendTextString: failed when write a new Text-string");
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DEncodedStringValue.java162 public void appendTextString(byte[] textString) { method in class:EncodedStringValue
178 "appendTextString: failed when write a new Text-string");

Completed in 39 milliseconds