# setReportingCriteria
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/set_reporting_criteria.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/set_reporting_criteria.html)
Sets the interval at which periodic estimation reports are sent by the modem. This interval is not
guaranteed but the modem picks the best matching interval it supports. The actual interval can be
obtained with [getLastEstimationReport](https://docs.qualcomm.com/doc/80-PK177-134/topic/get_last_estimation_report.html) and [registerForEstimationReports](https://docs.qualcomm.com/doc/80-PK177-134/topic/register_for_estimation_reports.html).
setReportingCriteria()Copy to clipboard
## Parameters
| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| reportInterval | Java | long | Estimation report interval in milliseconds. Setting
this argument to zero (0) will disable reporting. |
| reportInterval | Native | uint32\_t | Estimation report interval in milliseconds. Setting
this argument to zero (0) will disable reporting. |
| ret | Native | int8\_t& | On success this is the actual return value from the API.