Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarConfigurationService.java49 static final String SPEED_BUMP_ACQUIRED_PERMITS_PER_SECOND_KEY = field in CarConfigurationService
165 speedBumpJson.getDouble(SPEED_BUMP_ACQUIRED_PERMITS_PER_SECOND_KEY), in createSpeedBumpConfiguration()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarConfigurationServiceTest.java22 import static com.android.car.CarConfigurationService.SPEED_BUMP_ACQUIRED_PERMITS_PER_SECOND_KEY;
155 speedBump.put(SPEED_BUMP_ACQUIRED_PERMITS_PER_SECOND_KEY, mAcquiredPermitsPerSecond); in build()