Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java186 private AsyncPropertyServiceRequest copyRequest(AsyncPropertyServiceRequest request) { in copyRequest() method in PropertyHalServiceTest
930 AsyncPropertyServiceRequest request = copyRequest(SET_HVAC_REQUEST_ID_1); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
968 AsyncPropertyServiceRequest request1 = copyRequest(SET_VEHICLE_SPEED_AREA_ID_1_REQUEST); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
969 AsyncPropertyServiceRequest request2 = copyRequest(SET_VEHICLE_SPEED_AREA_ID_2_REQUEST); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
1025 AsyncPropertyServiceRequest request1 = copyRequest(SET_HVAC_REQUEST_ID_1); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1026 AsyncPropertyServiceRequest request2 = copyRequest(SET_SPEED_REQUEST_ID_2); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1427 AsyncPropertyServiceRequest request2 = copyRequest(SET_SPEED_REQUEST_ID_2); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent()
1542 AsyncPropertyServiceRequest request = copyRequest(SET_SPEED_REQUEST_ID_2); in testSetCarPropertyValuesAsync_updateSubscriptionRate()
1623 AsyncPropertyServiceRequest request1 = copyRequest(SET_VEHICLE_SPEED_AREA_ID_1_REQUEST); in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds()
1625 AsyncPropertyServiceRequest request2 = copyRequest(SET_VEHICLE_SPEED_AREA_ID_2_REQUEST); in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds()
[all …]