Searched refs:mCharset (Results 1 – 7 of 7) sorted by relevance
46 private final String mCharset; field in BipAttachmentFormat81 mCharset = charset; in BipAttachmentFormat()105 mCharset = charset; in BipAttachmentFormat()130 return mCharset; in getCharset()164 if (mCharset != null) sb.append(" charset=\"" + mCharset + "\""); in toString()
349 mCharset = null; in updateCharset()352 mCharset = "UTF-8"; in updateCharset()635 mCharset = contentTypeParts[j].split("charset[\\s]*=", 2)[1].trim(); in parseMimeHeaders()725 newPart.mCharsetName = mCharset; in parseMimeBody()726 newPart.mData = decodeBody(body, mMyEncoding, mCharset); in parseMimeBody()
33 this.mCharset = null; in setSmsBodyPdus()45 this.mCharset = "UTF-8"; in setSmsBody()
54 protected String mCharset = null; field in BluetoothMapbMessage735 mCharset = arg[1].trim(); in parseBody()1023 if (mCharset != null && !mCharset.isEmpty()) { in encodeGeneric()1024 sb.append("CHARSET:").append(mCharset).append("\r\n"); in encodeGeneric()
29 this.mCharset = "UTF-8"; in setEmailBody()
156 private int mCharset = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams1311 return mCharset; in getCharset()1319 this.mCharset = charset; in setCharset()
581 public int mCharset; field in DatabaseMessages.MmsPart599 mCharset = cursor.getInt(INDEX_CHARSET); in load()648 data = getStringBytes(mText, mCharset); in loadText()681 mText = getDecodedString(data, mCharset); in loadText()837 mCharset = in.readInt(); in MmsPart()863 out.writeInt(mCharset); in writeToParcel()