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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMime.java153 private boolean includeAttachments; field in class:BluetoothMapbMessageMime
293 public void setIncludeAttachments(boolean includeAttachments) { argument
294 this.includeAttachments = includeAttachments;
297 return includeAttachments;
399 if(includeAttachments == true)

Completed in 150 milliseconds