Searched refs:STATUS_IO_ERROR (Results 1 – 16 of 16) sorted by relevance
72 public static final int STATUS_IO_ERROR = 4; field in AdServicesStatusUtils335 case STATUS_IO_ERROR: in asException()404 STATUS_IO_ERROR,
145 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()169 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()176 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()187 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()
218 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()259 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()265 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()276 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()
238 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()281 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()286 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()297 return AdServicesStatusUtils.STATUS_IO_ERROR; in performReport()
21 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;183 : STATUS_IO_ERROR; in register()214 : STATUS_IO_ERROR; in registerSources()252 return STATUS_IO_ERROR; in registerWebSource()288 return STATUS_IO_ERROR; in registerWebTrigger()335 : STATUS_IO_ERROR; in registerEvent()
21 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;83 new MeasurementErrorResponse.Builder().setStatusCode(STATUS_IO_ERROR).build(); in testAdServicesException_ioError_expectIOException()
20 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;149 STATUS_IO_ERROR, in performReporting()
20 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;174 STATUS_IO_ERROR, in performReporting()
20 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;179 STATUS_IO_ERROR, in performReporting()
20 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;627 resultCode = STATUS_IO_ERROR;648 if (resultCode != STATUS_IO_ERROR) {
23 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;374 STATUS_IO_ERROR, in performReporting()
23 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;455 STATUS_IO_ERROR, in performReporting()
175 AdServicesStatusUtils.STATUS_IO_ERROR, in testSendDebugReportForFailure()334 AdServicesStatusUtils.STATUS_IO_ERROR, in performReport_throwsIOException_logsReportingStatus()
634 AdServicesStatusUtils.STATUS_IO_ERROR, in testSendReportForPendingReportFailure()673 AdServicesStatusUtils.STATUS_IO_ERROR, in performReport_throwsIOException_logsReportingStatus()
642 AdServicesStatusUtils.STATUS_IO_ERROR, in testSendReportForPendingReportFailure()896 AdServicesStatusUtils.STATUS_IO_ERROR, in performReport_throwsIOException_logsReportingStatus()
21 import static android.adservices.common.AdServicesStatusUtils.STATUS_IO_ERROR;961 assertEquals(STATUS_IO_ERROR, result); in testRegisterSources_ioError()