HomeSort by relevance Sort by last modified time
    Searched refs:mCharsetName (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 42 public String mCharsetName = null; /* This seems to be a number e.g. 106 for UTF-8
51 String charset = mCharsetName;
83 if(mCharsetName != null)
84 sb.append("; ").append("charset=\"").append(mCharsetName).append("\"");
613 newPart.mCharsetName = value.split("charset[\\s]*=", 2)[1].trim();
647 newPart.mData = decodeBody(body, partEncoding, newPart.mCharsetName);
652 newPart.mCharsetName = mCharset;
BluetoothMapContent.java     [all...]

Completed in 2360 milliseconds