Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DCarPropertyController.java30 public interface CarPropertyController { interface
39 CarPropertyController addProperty(Integer propId, @Nullable Object value); in addProperty()
42 CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty()
DFakeCarPropertyService.java60 class FakeCarPropertyService extends ICarProperty.Stub implements CarPropertyController {
203 public CarPropertyController addProperty(Integer propId, Object value) { in addProperty()
217 public CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty()
DFakeCar.java100 public CarPropertyController getCarPropertyController() { in getCarPropertyController()