Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java73 private @CarPropMgrErrorCode int mCarPropertyManagerErrorCode; field in CarPropertyErrorCodes
83 mCarPropertyManagerErrorCode = carPropertyManagerErrorCode; in CarPropertyErrorCodes()
92 return mCarPropertyManagerErrorCode; in getCarPropertyManagerErrorCode()
230 mCarPropertyManagerErrorCode = value; in setCarPropertyManagerErrorCode()
232 CarPropMgrErrorCode.class, null, mCarPropertyManagerErrorCode); in setCarPropertyManagerErrorCode()
254 dest.writeInt(mCarPropertyManagerErrorCode); in writeToParcel()
274 this.mCarPropertyManagerErrorCode = carPropertyManagerErrorCode; in CarPropertyErrorCodes()
276 CarPropMgrErrorCode.class, null, mCarPropertyManagerErrorCode); in CarPropertyErrorCodes()