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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java76 public int mMaxHtmlTruncationSize; field in class:Policy
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();

Completed in 138 milliseconds