Searched refs:aggregatedResult (Results 1 – 3 of 3) sorted by relevance
88 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in createDpEncodedReportMap() argument98 final boolean visitedWatchlist = aggregatedResult.appDigestList.contains(appDigest); in createDpEncodedReportMap()
54 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in encodeWatchlistReport() argument56 config.isConfigSecure(), userSecret, appDigestList, aggregatedResult); in encodeWatchlistReport()
277 final WatchlistReportDbHelper.AggregatedResult aggregatedResult = in tryAggregateRecords() local279 if (aggregatedResult == null) { in tryAggregateRecords()285 final List<String> digestsForReport = getAllDigestsForReport(aggregatedResult); in tryAggregateRecords()288 secretKey, digestsForReport, aggregatedResult); in tryAggregateRecords()