Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DVehicleStub.java128 private final CarPropertyErrorCodes mCarPropertyErrorCodes; field in VehicleStub.GetVehicleStubAsyncResult
140 return mCarPropertyErrorCodes; in getCarPropertyErrorCodes()
149 mCarPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in GetVehicleStubAsyncResult()
158 mCarPropertyErrorCodes = errorCodes; in GetVehicleStubAsyncResult()
168 private final CarPropertyErrorCodes mCarPropertyErrorCodes; field in VehicleStub.SetVehicleStubAsyncResult
175 return mCarPropertyErrorCodes; in getCarPropertyErrorCodes()
183 mCarPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in SetVehicleStubAsyncResult()
191 mCarPropertyErrorCodes = errorCodes; in SetVehicleStubAsyncResult()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DGetSetValueResult.java40 private final CarPropertyErrorCodes mCarPropertyErrorCodes; field in GetSetValueResult
47 mCarPropertyErrorCodes = carPropertyErrorCodes; in GetSetValueResult()
120 return mCarPropertyErrorCodes; in getCarPropertyErrorCodes()
135 dest.writeTypedObject(mCarPropertyErrorCodes, flags); in writeToParcel()
157 this.mCarPropertyErrorCodes = carPropertyErrorCodes; in GetSetValueResult()
159 NonNull.class, null, mCarPropertyErrorCodes); in GetSetValueResult()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java560 private final CarPropertyErrorCodes mCarPropertyErrorCodes; field in CarPropertyManager.PropertyAsyncError
575 return mCarPropertyErrorCodes.toCarPropertyAsyncErrorCode(); in getErrorCode()
588 return mCarPropertyErrorCodes.getVendorErrorCode(); in getVendorErrorCode()
602 return mCarPropertyErrorCodes.toDetailedErrorCode(); in getDetailedErrorCode()
618 mCarPropertyErrorCodes = carPropertyErrorCodes; in PropertyAsyncError()
635 .append(mCarPropertyErrorCodes) in toString()