OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxHtmlTruncationSize
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java
77
public int
mMaxHtmlTruncationSize
;
275
if (
mMaxHtmlTruncationSize
!= otherPolicy.
mMaxHtmlTruncationSize
) return false;
329
mMaxHtmlTruncationSize
= cursor.getInt(CONTENT_MAX_HTML_TRUNCATION_SIZE_COLUMN);
357
values.put(PolicyColumns.MAX_HTML_TRUNCATION_SIZE,
mMaxHtmlTruncationSize
);
491
dest.writeInt(
mMaxHtmlTruncationSize
);
521
mMaxHtmlTruncationSize
= in.readInt();
/packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java
208
policy.
mMaxHtmlTruncationSize
= 44444;
Completed in 138 milliseconds