Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java1753 int vendorErrorCode = e.getVendorErrorCode(); in verifyPropertyNotAvailableException() local
1754 assertThat(vendorErrorCode).isAtLeast(VENDOR_ERROR_CODE_MINIMUM_VALUE); in verifyPropertyNotAvailableException()
1755 assertThat(vendorErrorCode).isAtMost(VENDOR_ERROR_CODE_MAXIMUM_VALUE); in verifyPropertyNotAvailableException()
1759 int vendorErrorCode = e.getVendorErrorCode(); in verifyInternalErrorException() local
1760 assertThat(vendorErrorCode).isAtLeast(VENDOR_ERROR_CODE_MINIMUM_VALUE); in verifyInternalErrorException()
1761 assertThat(vendorErrorCode).isAtMost(VENDOR_ERROR_CODE_MAXIMUM_VALUE); in verifyInternalErrorException()