Home
last modified time | relevance | path

Searched refs:includeAttachments (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java153 private boolean includeAttachments; field in BluetoothMapbMessageMime
293 public void setIncludeAttachments(boolean includeAttachments) { in setIncludeAttachments() argument
294 this.includeAttachments = includeAttachments; in setIncludeAttachments()
297 return includeAttachments; in getIncludeAttachments()
399 if(includeAttachments == true) in encodeHeaders()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java193 boolean includeAttachments = true; in writeDataToPipe()
201 includeAttachments = false; in writeDataToPipe()
203 includeAttachments = false; in writeDataToPipe()
210 WriteMessageToStream(accountId, messageId, includeAttachments, download, fout); in writeDataToPipe()