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/
BluetoothMapbMessageMms.java 41 public String mCharsetName = null; /* This seems to be a number e.g. 106 for UTF-8 CharacterSets
49 String charset = mCharsetName;
80 if(mCharsetName != null)
81 sb.append("; ").append("charset=\"").append(mCharsetName).append("\"");
582 newPart.mCharsetName = value.split("charset[\\s]*=", 2)[1].trim();
615 newPart.mData = decodeBody(body, partEncoding, newPart.mCharsetName);
620 newPart.mCharsetName = mCharset;
    [all...]
BluetoothMapContent.java     [all...]

Completed in 391 milliseconds