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.java198 private @CarPropMgrErrorCode int mCarPropertyManagerErrorCode; field in CarPropertyErrorCodes
211 mCarPropertyManagerErrorCode = carPropertyManagerErrorCode; in CarPropertyErrorCodes()
220 return mCarPropertyManagerErrorCode == STATUS_OK; in isOkay()
227 return mCarPropertyManagerErrorCode == STATUS_TRY_AGAIN; in isTryAgain()
262 switch (mCarPropertyManagerErrorCode) { in toCarPropertyAsyncErrorCode()
267 return mCarPropertyManagerErrorCode; in toCarPropertyAsyncErrorCode()
271 "Invalid error code: " + mCarPropertyManagerErrorCode); in toCarPropertyAsyncErrorCode()
302 if (mCarPropertyManagerErrorCode == CarPropertyManager.STATUS_ERROR_NOT_AVAILABLE) { in checkAndMaybeThrowException()
379 sj.add("cpmErrorCode: " + carPropertyErrorCodes.mCarPropertyManagerErrorCode); in carPropertyErrorCodestoString()
425 dest.writeInt(mCarPropertyManagerErrorCode); in writeToParcel()
[all …]