Home
last modified time | relevance | path

Searched refs:mRestrictions (Results 1 – 5 of 5) 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/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiRestrictionsCache.java50 protected final Map<String, Boolean> mRestrictions = new HashMap<>(); field in WifiRestrictionsCache
106 synchronized (mRestrictions) { in getRestriction()
107 if (mRestrictions.containsKey(key)) { in getRestriction()
108 return mRestrictions.get(key); in getRestriction()
111 mRestrictions.put(key, restriction); in getRestriction()
120 synchronized (mRestrictions) { in clearRestrictions()
121 mRestrictions.clear(); in clearRestrictions()
/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()
200 || !mRestrictions->children /* != FieldDescriptor::TYPE_MESSAGE */) { in strip()
201 if (spec.CheckPremission(mRestrictions)) { in strip()
208 status_t err = strip_field(&proto, mData, mRestrictions, spec, 0); in strip()
256 mRestrictions(restrictions), in PrivacyFilter()
283 FieldStripper fieldStripper(mRestrictions, buffer.data()->read(), bufferLevel); in writeData()
DPrivacyFilter.h90 const Privacy* mRestrictions; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14042 Landroid/content/RestrictionEntry;->mRestrictions:[Landroid/content/RestrictionEntry;