Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java347 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync() local
349 List<AsyncPropertyServiceRequest> requests = List.of(getPropertyServiceRequest); in testGetPropertiesAsync()
375 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_propertyIdNotSupported() local
379 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_propertyIdNotSupported()
385 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_noReadPermission() local
390 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_noReadPermission()
396 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_propertyNotReadable() local
400 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_propertyNotReadable()
406 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_areaIdNotSupported() local
410 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_areaIdNotSupported()
[all …]
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1124 AsyncPropertyServiceRequest getPropertyServiceRequest = in testOnGetValueResult_onSuccess() local
1129 assertThat(getPropertyServiceRequest.getRequestId()).isEqualTo(0); in testOnGetValueResult_onSuccess()
1130 assertThat(getPropertyServiceRequest.getPropertyId()).isEqualTo(HVAC_TEMPERATURE_SET); in testOnGetValueResult_onSuccess()
1157 AsyncPropertyServiceRequestList getPropertyServiceRequest = in testOnGetValueResult_onSuccessMultipleRequests() local
1160 getPropertyServiceRequest.getList(); in testOnGetValueResult_onSuccessMultipleRequests()
1209 AsyncPropertyServiceRequest getPropertyServiceRequest = in testOnGetValueResult_onFailure() local
1214 assertThat(getPropertyServiceRequest.getRequestId()).isEqualTo(0); in testOnGetValueResult_onFailure()
1215 assertThat(getPropertyServiceRequest.getPropertyId()).isEqualTo(HVAC_TEMPERATURE_SET); in testOnGetValueResult_onFailure()