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 75 public int mMaxHtmlTruncationSize;
307 if (mMaxHtmlTruncationSize != otherPolicy.mMaxHtmlTruncationSize) return false;
352 mMaxHtmlTruncationSize = cursor.getInt(CONTENT_MAX_HTML_TRUNCATION_SIZE_COLUMN);
377 values.put(PolicyColumns.MAX_HTML_TRUNCATION_SIZE, mMaxHtmlTruncationSize);
507 dest.writeInt(mMaxHtmlTruncationSize);
535 mMaxHtmlTruncationSize = in.readInt();
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 206 policy.mMaxHtmlTruncationSize = 44444;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 298 policy.mMaxHtmlTruncationSize = max;

Completed in 236 milliseconds