Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableException.java34 private int mVendorErrorCode; field in PropertyNotAvailableException
40 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
50 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
73 return mVendorErrorCode; in getVendorErrorCode()
DCarInternalErrorException.java31 private int mVendorErrorCode; field in CarInternalErrorException
41 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()
54 return mVendorErrorCode; in getVendorErrorCode()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java74 private int mVendorErrorCode; field in CarPropertyErrorCodes
84 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()