OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:includeAttachments
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java
153
private boolean
includeAttachments
;
293
public void setIncludeAttachments(boolean
includeAttachments
) {
294
this.
includeAttachments
=
includeAttachments
;
297
return
includeAttachments
;
399
if(
includeAttachments
== true)
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java
193
boolean
includeAttachments
= true;
201
includeAttachments
= false;
203
includeAttachments
= false;
210
WriteMessageToStream(accountId, messageId,
includeAttachments
, download, fout);
Completed in 52 milliseconds