Searched refs:CarConfigurationService (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.car.CarConfigurationService.DEFAULT_SPEED_BUMP_ACQUIRED_PERMITS_PER_SECON…20 import static com.android.car.CarConfigurationService.DEFAULT_SPEED_BUMP_MAX_PERMIT_POOL;21 import static com.android.car.CarConfigurationService.DEFAULT_SPEED_BUMP_PERMIT_FILL_DELAY;22 import static com.android.car.CarConfigurationService.SPEED_BUMP_ACQUIRED_PERMITS_PER_SECOND_KEY;23 import static com.android.car.CarConfigurationService.SPEED_BUMP_CONFIG_KEY;24 import static com.android.car.CarConfigurationService.SPEED_BUMP_MAX_PERMIT_POOL_KEY;25 import static com.android.car.CarConfigurationService.SPEED_BUMP_PERMIT_FILL_DELAY_KEY;54 CarConfigurationService service = new CarConfigurationService( in testJsonResourceSuccessfullyRead()73 CarConfigurationService service = new CarConfigurationService( in testJsonFileSuccessfullyRead()85 CarConfigurationService service = new CarConfigurationService( in testNullJsonStringResultsInNullConfigFile()[all …]
41 public class CarConfigurationService extends ICarConfigurationManager.Stub class92 CarConfigurationService(Context context, JsonReader reader) { in CarConfigurationService() method in CarConfigurationService
33 public class JsonReaderImpl implements CarConfigurationService.JsonReader {
101 private final CarConfigurationService mCarConfigurationService;182 new CarConfigurationService(serviceContext, new JsonReaderImpl()); in ICarImpl()