Searched refs:mQuarantined (Results 1 – 1 of 1) sorted by relevance
51 private final boolean mQuarantined; field in SuspendParams63 this.mQuarantined = quarantined; in SuspendParams()84 if (mQuarantined != other.mQuarantined) { in equals()95 hashCode = 31 * hashCode + Boolean.hashCode(mQuarantined); in hashCode()105 out.attributeBoolean(null, ATTR_QUARANTINED, mQuarantined); in saveToXml()192 return mQuarantined; in isQuarantined()