Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DRestrictionEntry.java137 private RestrictionEntry[] mRestrictions; field in RestrictionEntry
363 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 …]
/frameworks/base/cmds/incidentd/src/
DPrivacyFilter.cpp151 const Privacy* mRestrictions; member in android::os::incidentd::FieldStripper
174 :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()
DPrivacyFilter.h90 const Privacy* mRestrictions; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16920 Landroid/content/RestrictionEntry;->mRestrictions:[Landroid/content/RestrictionEntry;