Searched refs:mCharset (Results 1 – 8 of 8) sorted by relevance
43 private final String mCharset; field in BipAttachmentFormat77 mCharset = charset; in BipAttachmentFormat()106 mCharset = charset; in BipAttachmentFormat()131 return mCharset; in getCharset()165 if (mCharset != null) sb.append(" charset=\"" + mCharset + "\""); in toString()
33 this.mCharset = null; in setSmsBodyPdus()45 this.mCharset = "UTF-8"; in setSmsBody()
371 mCharset = null; in updateCharset()374 mCharset = "UTF-8"; in updateCharset()645 mCharset = contentTypeParts[j].split("charset[\\s]*=", 2)[1].trim(); in parseMimeHeaders()742 newPart.mCharsetName = mCharset; in parseMimeBody()743 newPart.mData = decodeBody(body, mMyEncoding, mCharset); in parseMimeBody()
52 protected String mCharset = null; field in BluetoothMapbMessage689 mCharset = arg[1].trim(); in parseBody()977 if (mCharset != null && !mCharset.isEmpty()) { in encodeGeneric()978 sb.append("CHARSET:").append(mCharset).append("\r\n"); in encodeGeneric()
34 this.mCharset = "UTF-8"; in setEmailBody()
159 private int mCharset = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams1688 return mCharset; in getCharset()1696 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()
119 assertThat(mMime.mCharset).isEqualTo("UTF-8"); in testUpdateCharset()