Searched refs:AUCTION_RESULT (Results 1 – 6 of 6) sorted by relevance
21 import static com.android.adservices.service.shell.adselection.MockAuctionResultArgs.AUCTION_RESULT;45 + AUCTION_RESULT59 checkArgument(cliArgs.containsKey(AUCTION_RESULT)); in run()
22 public static final String AUCTION_RESULT = "--auction-result"; field in MockAuctionResultArgs
49 MockAuctionResultArgs.AUCTION_RESULT, in testRun_withAllArguments_returnsSuccess()
253 private static final AuctionResult.Builder AUCTION_RESULT = field in PersistAdSelectionResultRunnerTest531 doReturn(prepareDecryptedAuctionResultForRemarketingAd(AUCTION_RESULT)) in testRunner_persistRemarketingResult_success()644 doReturn(prepareDecryptedAuctionResultForAppInstallAd(AUCTION_RESULT)) in testRunner_persistAppInstallResult_success()1359 AUCTION_RESULT)))); in testRunner_persistTimesOut_throwsException()1467 doReturn(prepareDecryptedAuctionResultForRemarketingAd(AUCTION_RESULT)) in testRunner_persistResultWithWrongSeller_throwsException()1507 doReturn(prepareDecryptedAuctionResultForRemarketingAd(AUCTION_RESULT)) in testRunner_persistResultWithWrongCallerPackage_throwsException()1953 doReturn(prepareDecryptedAuctionResultForRemarketingAd(AUCTION_RESULT)) in setupPersistRunnerMocksForKAnonTests()
266 private static final AuctionResult AUCTION_RESULT = field in AuctionServerE2ETest4178 byte[] auctionResultBytes = AUCTION_RESULT.toByteArray(); in prepareAuctionResultBytes()
260 private static final AuctionResult AUCTION_RESULT = field in KAnonE2ETest1902 byte[] auctionResultBytes = AUCTION_RESULT.toByteArray(); in prepareAuctionResultBytes()