Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarConfigurationService.java54 static final String SPEED_BUMP_PERMIT_FILL_DELAY_KEY = "permitFillDelay"; field in CarConfigurationService
167 speedBumpJson.getLong(SPEED_BUMP_PERMIT_FILL_DELAY_KEY)); in createSpeedBumpConfiguration()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarConfigurationServiceTest.java25 import static com.android.car.CarConfigurationService.SPEED_BUMP_PERMIT_FILL_DELAY_KEY;
157 speedBump.put(SPEED_BUMP_PERMIT_FILL_DELAY_KEY, mPermitFillDelay); in build()