Searched refs:mRestrictions (Results 1 – 4 of 4) sorted by relevance
137 private RestrictionEntry[] mRestrictions; field in RestrictionEntry363 return mRestrictions; in getRestrictions()372 mRestrictions = restrictions; in setRestrictions()464 && mRestrictions == null && other.mRestrictions == null in equals()469 && mRestrictions == null && other.mRestrictions == null in equals()475 && Arrays.equals(mRestrictions, other.mRestrictions)) { in equals()493 } else if (mRestrictions != null) { in hashCode()494 result = 31 * result + Arrays.hashCode(mRestrictions); in hashCode()510 mRestrictions = new RestrictionEntry[parcelables.length]; in RestrictionEntry()512 mRestrictions[i] = (RestrictionEntry) parcelables[i]; in RestrictionEntry()[all …]
151 const Privacy* mRestrictions; member in android::os::incidentd::FieldStripper174 :mRestrictions(restrictions), in FieldStripper()198 if (mRestrictions == NULL || spec.RequireAll()) { in strip()199 if (spec.CheckPremission(mRestrictions)) { in strip()206 status_t err = strip_field(&proto, mData, mRestrictions, spec, 0); in strip()254 mRestrictions(restrictions), in PrivacyFilter()281 FieldStripper fieldStripper(mRestrictions, buffer.data()->read(), bufferLevel); in writeData()
90 const Privacy* mRestrictions; variable
16920 Landroid/content/RestrictionEntry;->mRestrictions:[Landroid/content/RestrictionEntry;