HomeSort by relevance Sort by last modified time
    Searched refs:mMaxHtmlTruncationSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 73 public int mMaxHtmlTruncationSize;
262 if (mMaxHtmlTruncationSize != otherPolicy.mMaxHtmlTruncationSize) return false;
316 mMaxHtmlTruncationSize = cursor.getInt(CONTENT_MAX_HTML_TRUNCATION_SIZE_COLUMN);
344 values.put(PolicyColumns.MAX_HTML_TRUNCATION_SIZE, mMaxHtmlTruncationSize);
476 dest.writeInt(mMaxHtmlTruncationSize);
506 mMaxHtmlTruncationSize = in.readInt();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 344 policy.mMaxHtmlTruncationSize = max;

Completed in 36 milliseconds