Searched refs:WatchlistReportDbHelper (Results 1 – 7 of 7) 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;100 mDbHelper = WatchlistReportDbHelper.getInstance(context); in WatchlistLoggingHandler()277 final WatchlistReportDbHelper.AggregatedResult aggregatedResult = in tryAggregateRecords()310 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()
15505 PLcom/android/server/net/watchlist/WatchlistReportDbHelper;-><clinit>()V15506 PLcom/android/server/net/watchlist/WatchlistReportDbHelper;-><init>(Landroid/content/Context;)V15507 …r/net/watchlist/WatchlistReportDbHelper;->getInstance(Landroid/content/Context;)Lcom/android/serve…15508 PLcom/android/server/net/watchlist/WatchlistReportDbHelper;->getSystemWatchlistDbFile()Ljava/io/Fil…