Searched refs:mVendorErrorCode (Results 1 – 3 of 3) sorted by relevance
33 private int mVendorErrorCode; field in PropertyNotAvailableException42 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()55 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()78 return mVendorErrorCode; in getVendorErrorCode()
31 private int mVendorErrorCode; field in CarInternalErrorException47 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()60 return mVendorErrorCode; in getVendorErrorCode()
200 private int mVendorErrorCode; field in CarPropertyErrorCodes212 mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()241 return mVendorErrorCode; in getVendorErrorCode()305 mVendorErrorCode); in checkAndMaybeThrowException()316 throw new CarInternalErrorException(propertyId, areaId, mVendorErrorCode); in checkAndMaybeThrowException()426 dest.writeInt(mVendorErrorCode); in writeToParcel()448 this.mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()