Searched refs:systemErrorCode (Results 1 – 2 of 2) sorted by relevance
82 int vendorErrorCode, int systemErrorCode) { in CarPropertyErrorCodes() argument85 mSystemErrorCode = systemErrorCode; in CarPropertyErrorCodes()120 @VehicleHalStatusCodeInt int systemErrorCode = getVhalSystemErrorCode(errorCode); in convertVhalStatusCodeToCarPropertyManagerErrorCodes() local123 switch (systemErrorCode) { in convertVhalStatusCodeToCarPropertyManagerErrorCodes()143 carPropertyManagerErrorCode, getVhalVendorErrorCode(errorCode), systemErrorCode); in convertVhalStatusCodeToCarPropertyManagerErrorCodes()272 int systemErrorCode = in.readInt(); in CarPropertyErrorCodes() local278 this.mSystemErrorCode = systemErrorCode; in CarPropertyErrorCodes()
2904 private static int getDetailedErrorCodeFromSystemErrorCode(int systemErrorCode) { in getDetailedErrorCodeFromSystemErrorCode() argument2906 switch (systemErrorCode) { in getDetailedErrorCodeFromSystemErrorCode()2925 throw new IllegalArgumentException("Invalid error code: " + systemErrorCode); in getDetailedErrorCodeFromSystemErrorCode()