Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarConfigurationService.java52 static final String SPEED_BUMP_MAX_PERMIT_POOL_KEY = "maxPermitPool"; field in CarConfigurationService
166 speedBumpJson.getDouble(SPEED_BUMP_MAX_PERMIT_POOL_KEY), in createSpeedBumpConfiguration()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarConfigurationServiceTest.java24 import static com.android.car.CarConfigurationService.SPEED_BUMP_MAX_PERMIT_POOL_KEY;
156 speedBump.put(SPEED_BUMP_MAX_PERMIT_POOL_KEY, mMaxPermitPool); in build()