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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java74 public boolean mDontAllowHtml; field in class:Policy
272 if (mDontAllowHtml != otherPolicy.mDontAllowHtml) return false;
326 mDontAllowHtml = cursor.getInt(CONTENT_DONT_ALLOW_HTML_COLUMN) == 1;
354 values.put(PolicyColumns.DONT_ALLOW_HTML, mDontAllowHtml);
488 dest.writeInt(mDontAllowHtml ? 1 : 0);
518 mDontAllowHtml = in.readInt() == 1;
/packages/apps/Email/tests/src/com/android/email/provider/
H A DPolicyTests.java205 policy.mDontAllowHtml = false;

Completed in 283 milliseconds