Searched refs:mDontAllowHtml (Results 1 – 2 of 2) sorted by relevance
70 public boolean mDontAllowHtml; field in Policy259 if (mDontAllowHtml != otherPolicy.mDontAllowHtml) return false; in equals()313 mDontAllowHtml = cursor.getInt(CONTENT_DONT_ALLOW_HTML_COLUMN) == 1; in restore()341 values.put(PolicyColumns.DONT_ALLOW_HTML, mDontAllowHtml); in toContentValues()473 dest.writeInt(mDontAllowHtml ? 1 : 0); in writeToParcel()503 mDontAllowHtml = in.readInt() == 1; in Policy()
195 policy.mDontAllowHtml = true; in parseProvisionDocWbxml()