Home
last modified time | relevance | path

Searched defs:currentSpeed (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java126 @CarDrivingState int drivingState, float currentSpeed) { in getUxRestrictions()
142 float currentSpeed, @UxRestrictionMode int mode) { in getUxRestrictions()
180 private static RestrictionsPerSpeedRange findUxRestrictionsInList(float currentSpeed, in findUxRestrictionsInList()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java272 Float currentSpeed = getCurrentSpeed(); in initializeUxRestrictions() local