Searched refs:mCarPropertyErrorCodes (Results 1 – 3 of 3) sorted by relevance
128 private final CarPropertyErrorCodes mCarPropertyErrorCodes; field in VehicleStub.GetVehicleStubAsyncResult140 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.SetVehicleStubAsyncResult175 return mCarPropertyErrorCodes; in getCarPropertyErrorCodes()183 mCarPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in SetVehicleStubAsyncResult()191 mCarPropertyErrorCodes = errorCodes; in SetVehicleStubAsyncResult()
40 private final CarPropertyErrorCodes mCarPropertyErrorCodes; field in GetSetValueResult47 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()
560 private final CarPropertyErrorCodes mCarPropertyErrorCodes; field in CarPropertyManager.PropertyAsyncError575 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()