OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxHtmlTruncationSize
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java
76
public int
mMaxHtmlTruncationSize
;
265
if (
mMaxHtmlTruncationSize
!= otherPolicy.
mMaxHtmlTruncationSize
) return false;
319
mMaxHtmlTruncationSize
= cursor.getInt(CONTENT_MAX_HTML_TRUNCATION_SIZE_COLUMN);
347
values.put(PolicyColumns.MAX_HTML_TRUNCATION_SIZE,
mMaxHtmlTruncationSize
);
481
dest.writeInt(
mMaxHtmlTruncationSize
);
511
mMaxHtmlTruncationSize
= in.readInt();
/packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java
208
policy.
mMaxHtmlTruncationSize
= 44444;
/packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java
338
policy.
mMaxHtmlTruncationSize
= max;
Completed in 138 milliseconds