Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DWatchlistReportDbHelper.java76 public static class AggregatedResult { class in WatchlistReportDbHelper
86 public AggregatedResult(Set<String> appDigestList, String cncDomainVisited, in AggregatedResult() method in WatchlistReportDbHelper.AggregatedResult
152 public AggregatedResult getAggregatedRecords(long untilTimestamp) { in getAggregatedRecords()
185 return new AggregatedResult(appDigestList, cncDomainVisited, appDigestCNCList); in getAggregatedRecords()
H A DPrivacyUtils.java88 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in createDpEncodedReportMap()
H A DReportEncoder.java54 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in encodeWatchlistReport()
H A DWatchlistLoggingHandler.java268 final WatchlistReportDbHelper.AggregatedResult aggregatedResult = in tryAggregateRecords()
301 List<String> getAllDigestsForReport(WatchlistReportDbHelper.AggregatedResult record) { in getAllDigestsForReport()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
H A DPrivacyUtilsTests.java52 private static final WatchlistReportDbHelper.AggregatedResult TEST_AGGREGATED_RESULT1 =
53 new WatchlistReportDbHelper.AggregatedResult(new HashSet<>(Arrays.asList(
H A DWatchlistLoggingHandlerTests.java170 new WatchlistReportDbHelper.AggregatedResult(new HashSet<String>(), null, in testWatchlistLoggingHandler_getAllDigestsForReportWithMultiUsers()