Searched refs:getVhalVendorErrorCode (Results 1 – 3 of 3) sorted by relevance
143 carPropertyManagerErrorCode, getVhalVendorErrorCode(errorCode), systemErrorCode); in convertVhalStatusCodeToCarPropertyManagerErrorCodes()159 public static int getVhalVendorErrorCode(int vhalErrorCode) { in getVhalVendorErrorCode() method in CarPropertyErrorCodes
163 assertThat(CarPropertyErrorCodes.getVhalVendorErrorCode(COMBINED_ERROR_CODE)).isEqualTo( in testGetVhalVendorErrorCode()
2845 int vendorErrorCode = CarPropertyErrorCodes.getVhalVendorErrorCode(e.errorCode); in handleCarServiceSpecificException()