Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DWatchlistReportDbHelper.java39 class WatchlistReportDbHelper extends SQLiteOpenHelper { class
71 private static WatchlistReportDbHelper sInstance;
98 private WatchlistReportDbHelper(Context context) { in WatchlistReportDbHelper() method in WatchlistReportDbHelper
104 public static synchronized WatchlistReportDbHelper getInstance(Context context) { in getInstance()
108 sInstance = new WatchlistReportDbHelper(context); in getInstance()
H A DWatchlistLoggingHandler.java76 private final WatchlistReportDbHelper mDbHelper;
98 mDbHelper = WatchlistReportDbHelper.getInstance(context); in WatchlistLoggingHandler()
268 final WatchlistReportDbHelper.AggregatedResult aggregatedResult = in tryAggregateRecords()
301 List<String> getAllDigestsForReport(WatchlistReportDbHelper.AggregatedResult record) { in getAllDigestsForReport()
H A DPrivacyUtils.java88 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in createDpEncodedReportMap()
H A DReportEncoder.java54 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in encodeWatchlistReport()
/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()