Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateDebugReportApi.java645 Optional<AggregateDebugReportData> unspecifiedDebugData = Optional.empty(); in getFirstMatchingAggregateReportData() local
652 unspecifiedDebugData = Optional.of(data); in getFirstMatchingAggregateReportData()
657 if (unspecifiedDebugData.isEmpty()) { in getFirstMatchingAggregateReportData()
664 return unspecifiedDebugData; in getFirstMatchingAggregateReportData()