Searched refs:mVendorErrorCode (Results 1 – 3 of 3) sorted by relevance
34 private int mVendorErrorCode; field in PropertyNotAvailableException40 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()50 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()73 return mVendorErrorCode; in getVendorErrorCode()
31 private int mVendorErrorCode; field in CarInternalErrorException41 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()54 return mVendorErrorCode; in getVendorErrorCode()
74 private int mVendorErrorCode; field in CarPropertyErrorCodes84 mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()103 return mVendorErrorCode; in getVendorErrorCode()238 mVendorErrorCode = value; in setVendorErrorCode()255 dest.writeInt(mVendorErrorCode); in writeToParcel()277 this.mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()