Searched defs:EncodedStringValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java30 public class EncodedStringValue implements Cloneable { class in inherits:Cloneable
31 private static final String TAG = "EncodedStringValue";
52 public EncodedStringValue(int charset, byte[] data) { method in class:EncodedStringValue
55 throw new NullPointerException("EncodedStringValue: Text-string is null.");
69 public EncodedStringValue(byte[] data) { method in class:EncodedStringValue
73 public EncodedStringValue(String data) { method in class:EncodedStringValue
121 throw new NullPointerException("EncodedStringValue: Text-string is null.");
130 * the EncodedStringValue is null or unsupported, it will be
197 return new EncodedStringValue(mCharacterSet, dstBytes);
199 Log.e(TAG, "failed to clone an EncodedStringValue
[all...]

Completed in 139 milliseconds