Searched refs:mDriveStateUxRestrictions (Results 1 – 1 of 1) sorted by relevance
560 dumpRestrictions(writer, entry.getValue().mDriveStateUxRestrictions); in dump()1216 private final Map<Integer, List<RestrictionsPerSpeedRange>> mDriveStateUxRestrictions = field in CarUxRestrictionsConfiguration.RestrictionModeContainer1221 mDriveStateUxRestrictions.put(drivingState, new ArrayList<>()); in RestrictionModeContainer()1233 return mDriveStateUxRestrictions.get(driveState); in getRestrictionsForDriveState()1239 mDriveStateUxRestrictions.put(driveState, restrictions); in setRestrictionsForDriveState()1251 return Objects.equals(mDriveStateUxRestrictions, container.mDriveStateUxRestrictions); in equals()1256 return Objects.hash(mDriveStateUxRestrictions); in hashCode()