Searched refs:mRestrictions (Results 1 – 4 of 4) sorted by relevance
136 private RestrictionEntry[] mRestrictions; field in RestrictionEntry362 return mRestrictions; in getRestrictions()371 mRestrictions = restrictions; in setRestrictions()463 && mRestrictions == null && other.mRestrictions == null in equals()468 && mRestrictions == null && other.mRestrictions == null in equals()474 && Arrays.equals(mRestrictions, other.mRestrictions)) { in equals()492 } else if (mRestrictions != null) { in hashCode()493 result = 31 * result + Arrays.hashCode(mRestrictions); in hashCode()509 mRestrictions = new RestrictionEntry[parcelables.length]; in RestrictionEntry()511 mRestrictions[i] = (RestrictionEntry) parcelables[i]; in RestrictionEntry()[all …]
152 const Privacy* mRestrictions; member in android::os::incidentd::FieldStripper174 :mRestrictions(restrictions), in FieldStripper()192 if (mRestrictions == NULL || spec.RequireAll()) { in strip()193 if (spec.CheckPremission(mRestrictions)) { in strip()200 status_t err = strip_field(&proto, mData, mRestrictions, spec, 0); in strip()248 mRestrictions(restrictions), in PrivacyFilter()275 FieldStripper fieldStripper(mRestrictions, buffer.data()->read(), bufferLevel); in writeData()
90 const Privacy* mRestrictions; variable
18092 Landroid/content/RestrictionEntry;->mRestrictions:[Landroid/content/RestrictionEntry;