Searched refs:CarPropertyController (Results 1 – 4 of 4) sorted by relevance
30 public interface CarPropertyController { interface39 CarPropertyController addProperty(Integer propId, @Nullable Object value); in addProperty()42 CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty()
49 class FakeCarPropertyService extends ICarProperty.Stub implements CarPropertyController {125 public CarPropertyController addProperty(Integer propId, Object value) { in addProperty()139 public CarPropertyController addProperty(CarPropertyConfig<?> config, in addProperty()
97 public CarPropertyController getCarPropertyController() { in getCarPropertyController()
25 import android.car.testapi.CarPropertyController;48 private CarPropertyController mController;