Searched refs:WatchlistReportDbHelper (Results 1 – 6 of 6) sorted by relevance
39 class WatchlistReportDbHelper extends SQLiteOpenHelper { class71 private static WatchlistReportDbHelper sInstance;98 private WatchlistReportDbHelper(Context context) { in WatchlistReportDbHelper() method in WatchlistReportDbHelper104 public static synchronized WatchlistReportDbHelper getInstance(Context context) { in getInstance()108 sInstance = new WatchlistReportDbHelper(context); in getInstance()
76 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()
88 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in createDpEncodedReportMap()
54 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in encodeWatchlistReport()
52 private static final WatchlistReportDbHelper.AggregatedResult TEST_AGGREGATED_RESULT1 =53 new WatchlistReportDbHelper.AggregatedResult(new HashSet<>(Arrays.asList(
170 new WatchlistReportDbHelper.AggregatedResult(new HashSet<String>(), null, in testWatchlistLoggingHandler_getAllDigestsForReportWithMultiUsers()