Home
last modified time | relevance | path

Searched refs:AuctionServerDebugReporting (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAuctionServerDebugReporting.java30 public class AuctionServerDebugReporting { class
36 private AuctionServerDebugReporting(boolean isEnabled) { in AuctionServerDebugReporting() method in AuctionServerDebugReporting
44 public static ListenableFuture<AuctionServerDebugReporting> createInstance( in createInstance()
58 isLatEnabled -> new AuctionServerDebugReporting(!isLatEnabled), in createInstance()
65 public static AuctionServerDebugReporting createForDebugReportingDisabled() { in createForDebugReportingDisabled()
66 return new AuctionServerDebugReporting(false); in createForDebugReportingDisabled()
DGetAdSelectionDataRunner.java121 @NonNull private final AuctionServerDebugReporting mAuctionServerDebugReporting;
152 @NonNull final AuctionServerDebugReporting auctionServerDebugReporting, in GetAdSelectionDataRunner()
247 @NonNull AuctionServerDebugReporting auctionServerDebugReporting, in GetAdSelectionDataRunner()
DAdSelectionServiceImpl.java624 ListenableFuture<AuctionServerDebugReporting> auctionServerDebugReportingFuture = in runGetAdSelectionData()
625 AuctionServerDebugReporting.createInstance( in runGetAdSelectionData()
637 AuctionServerDebugReporting auctionServerDebugReporting) { in runGetAdSelectionData()
696 AuctionServerDebugReporting in runGetAdSelectionData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerDebugReportingTest.java74 AuctionServerDebugReporting auctionServerDebugReporting = initAuctionServerDebugReporting(); in isDisabled_withAdIdServiceKillSwitchTrue()
89 AuctionServerDebugReporting auctionServerDebugReporting = initAuctionServerDebugReporting(); in isDisabled_withDisabledDebugReporting()
106 AuctionServerDebugReporting auctionServerDebugReporting = initAuctionServerDebugReporting(); in isDisabled_withLatTrue()
122 AuctionServerDebugReporting auctionServerDebugReporting = initAuctionServerDebugReporting(); in isEnabled_withLatFalse()
130 private AuctionServerDebugReporting initAuctionServerDebugReporting() { in initAuctionServerDebugReporting()
132 return AuctionServerDebugReporting.createInstance( in initAuctionServerDebugReporting()
DGetAdSelectionDataRunnerTest.java189 @Mock private AuctionServerDebugReporting mAuctionServerDebugReporting;