Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/watchlist/
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()
DWatchlistLoggingHandler.java76 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()
DPrivacyUtils.java88 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in createDpEncodedReportMap()
DReportEncoder.java54 List<String> appDigestList, WatchlistReportDbHelper.AggregatedResult aggregatedResult) { in encodeWatchlistReport()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
DPrivacyUtilsTests.java52 private static final WatchlistReportDbHelper.AggregatedResult TEST_AGGREGATED_RESULT1 =
53 new WatchlistReportDbHelper.AggregatedResult(new HashSet<>(Arrays.asList(
DWatchlistLoggingHandlerTests.java170 new WatchlistReportDbHelper.AggregatedResult(new HashSet<String>(), null, in testWatchlistLoggingHandler_getAllDigestsForReportWithMultiUsers()
/frameworks/base/services/
Dart-wear-profile15505 PLcom/android/server/net/watchlist/WatchlistReportDbHelper;-><clinit>()V
15506 PLcom/android/server/net/watchlist/WatchlistReportDbHelper;-><init>(Landroid/content/Context;)V
15507 …r/net/watchlist/WatchlistReportDbHelper;->getInstance(Landroid/content/Context;)Lcom/android/serve…
15508 PLcom/android/server/net/watchlist/WatchlistReportDbHelper;->getSystemWatchlistDbFile()Ljava/io/Fil…