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.java560 dumpRestrictions(writer, entry.getValue().mDriveStateUxRestrictions); in dump()
1216 private final Map<Integer, List<RestrictionsPerSpeedRange>> mDriveStateUxRestrictions = field in CarUxRestrictionsConfiguration.RestrictionModeContainer
1221 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()