Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarConfigurationServiceTest.java20 import static com.android.car.CarConfigurationService.DEFAULT_SPEED_BUMP_MAX_PERMIT_POOL;
57 DEFAULT_SPEED_BUMP_MAX_PERMIT_POOL, in testJsonResourceSuccessfullyRead()
123 DEFAULT_SPEED_BUMP_MAX_PERMIT_POOL, in testDefaultSpeedBumpConfigurationReturned()
/packages/services/Car/service/src/com/android/car/
DCarConfigurationService.java60 static final double DEFAULT_SPEED_BUMP_MAX_PERMIT_POOL = 5d; field in CarConfigurationService
181 DEFAULT_SPEED_BUMP_MAX_PERMIT_POOL, in getDefaultSpeedBumpConfiguration()