Searched refs:mMaxHtmlTruncationSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java77 public int mMaxHtmlTruncationSize; field in class:Policy
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/
H A DPolicyTests.java208 policy.mMaxHtmlTruncationSize = 44444;

Completed in 61 milliseconds