Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java55 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusOkNoErrors()
67 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusInternalError()
79 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusNotAvailable()
91 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusNotAvailableSpeedLow()
104 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testCarPropertyErrorCodesStatusNotAvailableVendorError()
115 assertThat(carPropertyErrorCodes.getSystemErrorCode()) in testConvertHalToCarPropertyManagerErrorStatusOK()
148 assertThat(carPropertyErrorCodes.getSystemErrorCode()).isEqualTo(statusCode); in testConvertHalToCarPropertyManagerErrorStatus()
216 assertThat(errorCodes.getSystemErrorCode()).isEqualTo( in testSubsystemNotConnected()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java251 public @VehicleHalStatusCodeInt int getSystemErrorCode() { in getSystemErrorCode() method in CarPropertyErrorCodes
381 sj.add("systemErrorCode: " + carPropertyErrorCodes.getSystemErrorCode()); in carPropertyErrorCodestoString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java748 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
777 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo(0); in testGetCarPropertyValuesAsync_propStatusUnavailable()
805 assertThat(result.getCarPropertyErrorCodes().getSystemErrorCode()).isEqualTo(0); in testGetCarPropertyValuesAsync_propStatusError()
2231 .getSystemErrorCode()) in testSetCarPropertyValuesAsync_onPropertySetError()