HomeSort by relevance Sort by last modified time
    Searched defs:EncodedStringValue (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 30 public class EncodedStringValue implements Cloneable {
31 private static final String TAG = "EncodedStringValue";
52 public EncodedStringValue(int charset, byte[] data) {
55 throw new NullPointerException("EncodedStringValue: Text-string is null.");
69 public EncodedStringValue(byte[] data) {
73 public EncodedStringValue(String data) {
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: " + this)
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
EncodedStringValue.java 30 public class EncodedStringValue implements Cloneable {
31 private static final String TAG = "EncodedStringValue";
52 public EncodedStringValue(int charset, byte[] data) {
55 throw new NullPointerException("EncodedStringValue: Text-string is null.");
69 public EncodedStringValue(byte[] data) {
73 public EncodedStringValue(String data) {
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: " + this)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
EncodedStringValue.java 30 public class EncodedStringValue implements Cloneable {
31 private static final String TAG = "EncodedStringValue";
52 public EncodedStringValue(int charset, byte[] data) {
55 throw new NullPointerException("EncodedStringValue: Text-string is null.");
69 public EncodedStringValue(byte[] data) {
73 public EncodedStringValue(String data) {
84 public EncodedStringValue(int charset, String data) {
86 throw new NullPointerException("EncodedStringValue: Text-string is null");
136 throw new NullPointerException("EncodedStringValue: Text-string is null.");
145 * the EncodedStringValue is null or unsupported, it will b
    [all...]

Completed in 46 milliseconds