Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarConfigurationServiceTest.java19 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;
47 CarConfigurationService service = new CarConfigurationService( in testJsonResourceSuccessfullyRead()
66 CarConfigurationService service = new CarConfigurationService( in testJsonFileSuccessfullyRead()
78 CarConfigurationService service = new CarConfigurationService( in testNullJsonStringResultsInNullConfigFile()
[all …]
/packages/services/Car/service/src/com/android/car/
DCarConfigurationService.java41 public class CarConfigurationService extends ICarConfigurationManager.Stub class
92 CarConfigurationService(Context context, JsonReader reader) { in CarConfigurationService() method in CarConfigurationService
DJsonReaderImpl.java33 public class JsonReaderImpl implements CarConfigurationService.JsonReader {
DICarImpl.java109 private final CarConfigurationService mCarConfigurationService;
243 new CarConfigurationService(serviceContext, new JsonReaderImpl()); in ICarImpl()