Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java48 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusOkNoErrors()
61 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusInternalError()
74 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusNotAvailable()
89 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusNotAvailableSpeedLow()
104 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusNotAvailableVendorError()
116 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testConvertHalToCarPropertyManagerErrorStatusOK()
151 assertThat(carPropertyErrorCodes.getSystemErrorCode()).isEqualTo(statusCode); in testConvertHalToCarPropertyManagerErrorStatus()
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java126 public int getSystemErrorCode() { in getSystemErrorCode() method in VehicleStub.GetVehicleStubAsyncResult
127 return mCarPropertyErrorCodes.getSystemErrorCode(); in getSystemErrorCode()
174 public int getSystemErrorCode() { in getSystemErrorCode() method in VehicleStub.SetVehicleStubAsyncResult
175 return mCarPropertyErrorCodes.getSystemErrorCode(); in getSystemErrorCode()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java111 public int getSystemErrorCode() { in getSystemErrorCode() method in CarPropertyErrorCodes
190 sj.add("systemErrorCode: " + carPropertyErrorCodes.getSystemErrorCode()); in toString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java689 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
718 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo(0); in testGetCarPropertyValuesAsync_propStatusUnavailable()
746 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo(0); in testGetCarPropertyValuesAsync_propStatusError()
2173 .getSystemErrorCode()) in testSetCarPropertyValuesAsync_onPropertySetError()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java576 mCarPropertyErrorCodes.getSystemErrorCode()); in getDetailedErrorCode()