Home
last modified time | relevance | path

Searched refs:mRestrictions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
DRestrictionEntry.java136 private RestrictionEntry[] mRestrictions; field in RestrictionEntry
362 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 …]
/frameworks/base/cmds/incidentd/src/
DPrivacyFilter.cpp152 const Privacy* mRestrictions; member in android::os::incidentd::FieldStripper
174 :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()
DPrivacyFilter.h90 const Privacy* mRestrictions; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt18092 Landroid/content/RestrictionEntry;->mRestrictions:[Landroid/content/RestrictionEntry;