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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMms.java137 private boolean includeAttachments; field in class:BluetoothMapbMessageMms
277 public void setIncludeAttachments(boolean includeAttachments) { argument
278 this.includeAttachments = includeAttachments;
281 return includeAttachments;
382 if(includeAttachments == true)

Completed in 251 milliseconds