Searched refs:CarPropertyController (Results 1 – 3 of 3) sorted by relevance
30 public interface CarPropertyController { interface39 CarPropertyController addProperty(Integer propId, @Nullable Object value); in addProperty()42 CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty()
60 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()
100 public CarPropertyController getCarPropertyController() { in getCarPropertyController()