Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java583 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_retryAndTimeout()
603 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_noResultTimeout()
634 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_timeoutFromVehicleStub()
657 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_errorResult()
685 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
687 assertThat(result.getCarPropertyErrorCodes().getVendorErrorCode()) in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
689 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
715 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_propStatusUnavailable()
717 assertThat(result.getCarPropertyErrorCodes().getVendorErrorCode()).isEqualTo(0); in testGetCarPropertyValuesAsync_propStatusUnavailable()
718 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo(0); in testGetCarPropertyValuesAsync_propStatusUnavailable()
[all …]
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java130 public CarPropertyErrorCodes getCarPropertyErrorCodes() { in getCarPropertyErrorCodes() method in VehicleStub.GetVehicleStubAsyncResult
178 public CarPropertyErrorCodes getCarPropertyErrorCodes() { in getCarPropertyErrorCodes() method in VehicleStub.SetVehicleStubAsyncResult
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DGetSetValueResult.java121 public @NonNull CarPropertyErrorCodes getCarPropertyErrorCodes() { in getCarPropertyErrorCodes() method in GetSetValueResult
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java605 getVehicleStubAsyncResult.getCarPropertyErrorCodes()); in parseGetAsyncResults()
710 int errorCode = result.getCarPropertyErrorCodes() in onGetAsyncResults()
783 setVehicleStubAsyncResult.getCarPropertyErrorCodes()), in onSetAsyncResults()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java890 result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode(); in onResults()
929 result.getCarPropertyErrorCodes()))); in onResults()