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

/packages/apps/Messaging/src/android/support/v7/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...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/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
84 public EncodedStringValue(int charset, String data) { method in class:EncodedStringValue
86 throw new NullPointerException("EncodedStringValue: Text-string is null");
136 throw new NullPointerException("EncodedStringValue: Text-string is null.");
145 * the EncodedStringValue i
[all...]

Completed in 61 milliseconds