Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarConfigurationService.java161 JSONObject speedBumpJson = mConfigFile.getJSONObject(SPEED_BUMP_CONFIG_KEY); in createSpeedBumpConfiguration() local
163 if (speedBumpJson != null) { in createSpeedBumpConfiguration()
165 speedBumpJson.getDouble(SPEED_BUMP_ACQUIRED_PERMITS_PER_SECOND_KEY), in createSpeedBumpConfiguration()
166 speedBumpJson.getDouble(SPEED_BUMP_MAX_PERMIT_POOL_KEY), in createSpeedBumpConfiguration()
167 speedBumpJson.getLong(SPEED_BUMP_PERMIT_FILL_DELAY_KEY)); in createSpeedBumpConfiguration()