Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderWorker.java64 @NonNull AdSelectionDebugReportDao adSelectionDebugReportDao, in DebugReportSenderWorker()
68 Objects.requireNonNull(adSelectionDebugReportDao); in DebugReportSenderWorker()
73 mAdSelectionDebugReportDao = adSelectionDebugReportDao; in DebugReportSenderWorker()
90 AdSelectionDebugReportDao adSelectionDebugReportDao = in getInstance() local
102 adSelectionDebugReportDao, in getInstance()
DDebugReportSenderStrategyBatchImpl.java56 @NonNull AdSelectionDebugReportDao adSelectionDebugReportDao, in DebugReportSenderStrategyBatchImpl() argument
59 Objects.requireNonNull(adSelectionDebugReportDao); in DebugReportSenderStrategyBatchImpl()
63 mAdSelectionDebugReportDao = adSelectionDebugReportDao; in DebugReportSenderStrategyBatchImpl()
DDebugReportingEnabled.java45 @NonNull AdSelectionDebugReportDao adSelectionDebugReportDao) { in DebugReportingEnabled() argument
49 mAdSelectionDebugReportDao = adSelectionDebugReportDao; in DebugReportingEnabled()
DDebugReporting.java73 @NonNull AdSelectionDebugReportDao adSelectionDebugReportDao, in createInstance() argument
95 adSelectionDebugReportDao); in createInstance()
DAdSelectionServiceImpl.java216 @NonNull AdSelectionDebugReportDao adSelectionDebugReportDao, in AdSelectionServiceImpl() argument
244 Objects.requireNonNull(adSelectionDebugReportDao); in AdSelectionServiceImpl()
274 mAdSelectionDebugReportDao = adSelectionDebugReportDao; in AdSelectionServiceImpl()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeMaintenanceTasksWorker.java68 @NonNull AdSelectionDebugReportDao adSelectionDebugReportDao, in FledgeMaintenanceTasksWorker() argument
78 Objects.requireNonNull(adSelectionDebugReportDao); in FledgeMaintenanceTasksWorker()
88 mAdSelectionDebugReportDao = adSelectionDebugReportDao; in FledgeMaintenanceTasksWorker()