Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java709 dumpRestrictions(writer, entry.getValue().mDriveStateUxRestrictions); in dump()
1498 private final Map<Integer, List<RestrictionsPerSpeedRange>> mDriveStateUxRestrictions = field in CarUxRestrictionsConfiguration.RestrictionModeContainer
1503 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()