Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdOutcomeSelectorImpl.java158 return handleTimeoutError(e); in runAdOutcomeSelector()
171 private Long handleTimeoutError(TimeoutException e) { in handleTimeoutError() method
DOutcomeSelectionRunner.java355 this::handleTimeoutError, in orchestrateOutcomeSelection() argument
360 private AdSelectionOutcome handleTimeoutError(TimeoutException e) { in handleTimeoutError() method
DAdBidGeneratorImpl.java343 this::handleTimeoutError, in runAdBiddingPerCA()
368 private AdBiddingOutcome handleTimeoutError(TimeoutException e) { in handleTimeoutError() method in AdBidGeneratorImpl
DAdsScoreGeneratorImpl.java221 return handleTimeoutError(e); in runAdScoring()
266 private List<AdScoringOutcome> handleTimeoutError(TimeoutException e) { in handleTimeoutError() method
DGetAdSelectionDataRunner.java483 this::handleTimeoutError, in orchestrateGetAdSelectionDataRunner() argument
511 private byte[] handleTimeoutError(TimeoutException e) { in handleTimeoutError() method
DAdSelectionRunner.java671 this::handleTimeoutError,
681 private Pair<DBAdSelection, AdSelectionOrchestrationResult> handleTimeoutError(
DPersistAdSelectionResultRunner.java372 this::handleTimeoutError, in orchestratePersistAdSelectionResultRunner()
487 private AuctionResult handleTimeoutError(TimeoutException e) {