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
90 if(mContentDisposition != null)
91 sb.append("Content-Disposition: ").append(mContentDisposition).append("\r\n");
631 newPart.mContentDisposition = headerValue;

Completed in 72 milliseconds