Searched refs:getSystemErrorCode (Results 1 – 5 of 5) sorted by relevance
48 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()
126 public int getSystemErrorCode() { in getSystemErrorCode() method in VehicleStub.GetVehicleStubAsyncResult127 return mCarPropertyErrorCodes.getSystemErrorCode(); in getSystemErrorCode()174 public int getSystemErrorCode() { in getSystemErrorCode() method in VehicleStub.SetVehicleStubAsyncResult175 return mCarPropertyErrorCodes.getSystemErrorCode(); in getSystemErrorCode()
111 public int getSystemErrorCode() { in getSystemErrorCode() method in CarPropertyErrorCodes190 sj.add("systemErrorCode: " + carPropertyErrorCodes.getSystemErrorCode()); in toString()
689 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()
576 mCarPropertyErrorCodes.getSystemErrorCode()); in getDetailedErrorCode()