Searched refs:mDriveStateUxRestrictions (Results 1 – 1 of 1) sorted by relevance
709 dumpRestrictions(writer, entry.getValue().mDriveStateUxRestrictions); in dump()1498 private final Map<Integer, List<RestrictionsPerSpeedRange>> mDriveStateUxRestrictions = field in CarUxRestrictionsConfiguration.RestrictionModeContainer1503 mDriveStateUxRestrictions.put(drivingState, new ArrayList<>()); in RestrictionModeContainer()1515 return mDriveStateUxRestrictions.get(driveState); in getRestrictionsForDriveState()1521 mDriveStateUxRestrictions.put(driveState, restrictions); in setRestrictionsForDriveState()1533 return Objects.equals(mDriveStateUxRestrictions, container.mDriveStateUxRestrictions); in equals()1538 return Objects.hash(mDriveStateUxRestrictions); in hashCode()