Home
last modified time | relevance | path

Searched defs:carPropertyValues (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertySimulationManager.java386 public void injectVehicleProperties(@NonNull List<CarPropertyValue> carPropertyValues) { in injectVehicleProperties()
444 List<CarPropertyValue<?>> carPropertyValues = new ArrayList<>(); in handleEvents() local
481 void onCarPropertyEvents(@NonNull List<CarPropertyValue<?>> carPropertyValues); in onCarPropertyEvents()
DICarProperty.aidl224 void injectVehicleProperties(in List<CarPropertyValue> carPropertyValues); in injectVehicleProperties()
/packages/services/Car/tests/CarServiceTest/src/com/android/car/
DCarPropertyManagerTest.java672 List<CarPropertyValue> carPropertyValues = callback.getInitialValues(); in testRegisterPropertyGetInitialValueHandleNotAvailableStatusCode() local
688 List<CarPropertyValue> carPropertyValues = callback.getInitialValues(); in testRegisterPropertyGetInitialValueHandleAccessDeniedStatusCodes() local
704 List<CarPropertyValue> carPropertyValues = callback.getInitialValues(); in testRegisterPropertyGetInitialValueHandleInternalErrorStatusCodes() local
1004 List<CarPropertyValue> carPropertyValues = callback.waitAndGetChangeEvents(); in testOnChangeEventPropErrorStatus() local
1028 List<CarPropertyValue> carPropertyValues = callback.waitAndGetChangeEvents(); in testOnChangeEventPropUnavailableStatus() local
1104 List<CarPropertyValue> carPropertyValues = callback.waitAndGetChangeEvents(); in registerCallback_handlesContinuousPropertyUpdateRate() local
1161 List<CarPropertyValue> carPropertyValues = callback.waitAndGetChangeEvents(); in registerCallback_handlesOutOfTimeOrderEventsWithDifferentAreaIds() local
/packages/services/Car/tests/CarExtendedApiTest/src/android/car/extendedapitest/
DCarPropertySimulationManagerTest.java233 public void onCarPropertyEvents(@NonNull List<CarPropertyValue<?>> carPropertyValues) { in onCarPropertyEvents()
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java455 public void injectVehicleProperties(List<CarPropertyValue> carPropertyValues) { in injectVehicleProperties()
DCarPropertyService.java1345 public void injectVehicleProperties(List<CarPropertyValue> carPropertyValues) { in injectVehicleProperties()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DSimulationVehicleStub.java345 public void injectVehicleProperties(List<CarPropertyValue> carPropertyValues) { in injectVehicleProperties()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java233 public void injectVehicleProperties(List<CarPropertyValue> carPropertyValues) { in injectVehicleProperties()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1510 public void injectVehicleProperties(List<CarPropertyValue> carPropertyValues) { in injectVehicleProperties()
DPropertyHalService.java2118 public void injectVehicleProperties(List<CarPropertyValue> carPropertyValues) { in injectVehicleProperties()