Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java195 boolean includeAttachments = true; in writeDataToPipe()
203 includeAttachments = false; in writeDataToPipe()
206 includeAttachments = false; in writeDataToPipe()
213 WriteMessageToStream(accountId, messageId, includeAttachments, download, fout); in writeDataToPipe()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java339 public void setIncludeAttachments(boolean includeAttachments) { in setIncludeAttachments() argument
340 this.mIncludeAttachments = includeAttachments; in setIncludeAttachments()