Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/drivingstate/
H A DCarUxRestrictionsConfiguration.java93 builder.mRestrictionModes.entrySet()) { in CarUxRestrictionsConfiguration()
101 mRestrictionModes.put(mode, container); in CarUxRestrictionsConfiguration()
134 if (mRestrictionModes.containsKey(mode)) { in getUxRestrictions()
150 mRestrictionModes.get(UX_RESTRICTION_MODE_BASELINE) in getUxRestrictions()
520 mMaxContentDepth, mRestrictionModes); in hashCode()
536 && mRestrictionModes.equals(other.mRestrictionModes); in equals()
641 mRestrictionModes.put(modeName, container); in CarUxRestrictionsConfiguration()
655 dest.writeInt(mRestrictionModes.size()); in writeToParcel()
818 for (String mode : mRestrictionModes.keySet()) { in build()
829 RestrictionModeContainer container = mRestrictionModes.get( in addDefaultRestrictionsToBaseline()
[all …]