Searched refs:mRestrictionModes (Results 1 – 1 of 1) sorted by relevance
78 private final Map<String, RestrictionModeContainer> mRestrictionModes = new ArrayMap<>(); field in CarUxRestrictionsConfiguration93 builder.mRestrictionModes.entrySet()) { in CarUxRestrictionsConfiguration()101 mRestrictionModes.put(mode, container); in CarUxRestrictionsConfiguration()134 if (mRestrictionModes.containsKey(mode)) { in getUxRestrictions()136 mRestrictionModes.get(mode).getRestrictionsForDriveState(drivingState)); in getUxRestrictions()150 mRestrictionModes.get(UX_RESTRICTION_MODE_BASELINE) in getUxRestrictions()249 for (Map.Entry<String, RestrictionModeContainer> entry : mRestrictionModes.entrySet()) { in writeJson()520 mMaxContentDepth, mRestrictionModes); in hashCode()536 && mRestrictionModes.equals(other.mRestrictionModes); in equals()556 for (Map.Entry<String, RestrictionModeContainer> entry : mRestrictionModes.entrySet()) { in dump()[all …]