Searched refs:debugReportingLatch (Results 1 – 1 of 1) sorted by relevance
1899 CountDownLatch debugReportingLatch = new CountDownLatch(4); in testFledgeFlowSuccessWithDebugReportingSentImmediately() local1924 /* debugReportingLatch= */ debugReportingLatch); in testFledgeFlowSuccessWithDebugReportingSentImmediately()1933 debugReportingLatch.await(10, TimeUnit.SECONDS); in testFledgeFlowSuccessWithDebugReportingSentImmediately()4523 String decisionLogicJs, String biddingLogicJs, CountDownLatch debugReportingLatch) in getMockWebServer() argument4531 debugReportingLatch, in getMockWebServer()4541 CountDownLatch debugReportingLatch, in getMockWebServer() argument4572 if (Objects.nonNull(debugReportingLatch)) { in getMockWebServer()4573 debugReportingLatch.countDown(); in getMockWebServer()