OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convListAttachmentPreviews
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java
73
public final boolean
convListAttachmentPreviews
;
115
convListAttachmentPreviews
= true;
138
convListAttachmentPreviews
= inParcel.readInt() != 0;
161
convListAttachmentPreviews
= cursor
194
convListAttachmentPreviews
= json.optBoolean(SettingsColumns.CONV_LIST_ATTACHMENT_PREVIEWS,
195
sDefault.
convListAttachmentPreviews
);
242
json.put(SettingsColumns.CONV_LIST_ATTACHMENT_PREVIEWS,
convListAttachmentPreviews
);
282
convListAttachmentPreviews
? 1 : 0);
332
dest.writeInt(
convListAttachmentPreviews
? 1 : 0);
441
&&
convListAttachmentPreviews
== that.convListAttachmentPreview
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
222
&& mAccount.settings.
convListAttachmentPreviews
==
223
newAccount.settings.
convListAttachmentPreviews
) {
236
Boolean.toString(newAccount.settings.
convListAttachmentPreviews
));
781
return mAccount == null || mAccount.settings.
convListAttachmentPreviews
;
[
all
...]
Completed in 141 milliseconds