Searched defs:mContentDisposition (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMime.java40 public String mContentDisposition = null; field in class:BluetoothMapbMessageMime.MimePart
96 if (mContentDisposition != null) {
97 sb.append("Content-Disposition: ").append(mContentDisposition).append("\r\n");
703 newPart.mContentDisposition = headerValue;

Completed in 35 milliseconds