Searched refs:AuctionServerDebugReporting (Results 1 – 5 of 5) sorted by relevance
30 public class AuctionServerDebugReporting { class36 private AuctionServerDebugReporting(boolean isEnabled) { in AuctionServerDebugReporting() method in AuctionServerDebugReporting44 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()
121 @NonNull private final AuctionServerDebugReporting mAuctionServerDebugReporting;152 @NonNull final AuctionServerDebugReporting auctionServerDebugReporting, in GetAdSelectionDataRunner()247 @NonNull AuctionServerDebugReporting auctionServerDebugReporting, in GetAdSelectionDataRunner()
624 ListenableFuture<AuctionServerDebugReporting> auctionServerDebugReportingFuture = in runGetAdSelectionData()625 AuctionServerDebugReporting.createInstance( in runGetAdSelectionData()637 AuctionServerDebugReporting auctionServerDebugReporting) { in runGetAdSelectionData()696 AuctionServerDebugReporting in runGetAdSelectionData()
74 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()
189 @Mock private AuctionServerDebugReporting mAuctionServerDebugReporting;