Home
last modified time | relevance | path

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

/packages/services/Car/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.java49 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()
DFakeCar.java97 public CarPropertyController getCarPropertyController() { in getCarPropertyController()
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarPropertyManagerTest.java25 import android.car.testapi.CarPropertyController;
48 private CarPropertyController mController;