Searched refs:VENDOR_CODE_FOR_INTERNAL_ERROR (Results 1 – 1 of 1) sorted by relevance
227 private static final int VENDOR_CODE_FOR_INTERNAL_ERROR = 0x0abc; field in CarPropertyManagerTest230 private static final int INTERNAL_ERROR_WITH_VENDOR_CODE = VENDOR_CODE_FOR_INTERNAL_ERROR << 161302 assertThat(error.getVendorErrorCode()).isEqualTo(VENDOR_CODE_FOR_INTERNAL_ERROR); in testGetPropertiesAsync()1437 assertThat(thrown.getVendorErrorCode()).isEqualTo(VENDOR_CODE_FOR_INTERNAL_ERROR); in testGetVendorErrorCode_forGetProperty_throwsInternalError_EqualAfterR()1461 assertThat(thrown.getVendorErrorCode()).isEqualTo(VENDOR_CODE_FOR_INTERNAL_ERROR); in testGetVendorErrorCode_forSetProperty_throwsInternalError_EqualAfterR()