Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java159 @CarPropMgrErrorCode int carPropertyManagerErrorCode = STATUS_OK; in createFromVhalStatusCode() local
162 carPropertyManagerErrorCode = CarPropertyManager.STATUS_ERROR_NOT_AVAILABLE; in createFromVhalStatusCode()
168 carPropertyManagerErrorCode = STATUS_TRY_AGAIN; in createFromVhalStatusCode()
171 carPropertyManagerErrorCode = CarPropertyManager.STATUS_ERROR_INTERNAL_ERROR; in createFromVhalStatusCode()
177 carPropertyManagerErrorCode, getVhalVendorErrorCode(vhalStatusCode), in createFromVhalStatusCode()
209 private CarPropertyErrorCodes(@CarPropMgrErrorCode int carPropertyManagerErrorCode, in CarPropertyErrorCodes() argument
211 mCarPropertyManagerErrorCode = carPropertyManagerErrorCode; in CarPropertyErrorCodes()
441 int carPropertyManagerErrorCode = in.readInt(); in CarPropertyErrorCodes() local
445 this.mCarPropertyManagerErrorCode = carPropertyManagerErrorCode; in CarPropertyErrorCodes()