HomeSort by relevance Sort by last modified time
    Searched refs:mMaxHtmlTruncationSize (Results 1 - 3 of 3) 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;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 348 policy.mMaxHtmlTruncationSize = max;

Completed in 354 milliseconds