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.java33 private int mVendorErrorCode; field in PropertyNotAvailableException
42 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
55 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
78 return mVendorErrorCode; in getVendorErrorCode()
DCarInternalErrorException.java31 private int mVendorErrorCode; field in CarInternalErrorException
47 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()
60 return mVendorErrorCode; in getVendorErrorCode()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java200 private int mVendorErrorCode; field in CarPropertyErrorCodes
212 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()