Home
last modified time | relevance | path

Searched defs:outcome (Results 1 – 17 of 17) sorted by relevance

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DGetAdSelectionDataLatency.java120 GetAdSelectionDataOutcome outcome = in warmup() local
140 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingBuyers_1() local
167 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingBuyers_10() local
194 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingBuyers_100() local
222 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingBuyers_500() local
251 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingBuyers_1000() local
279 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingCAs_1() local
306 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingCAs_10() local
333 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingCAs_100() local
361 GetAdSelectionDataOutcome outcome = in test_withoutFiltering_varyingCAs_500() local
[all …]
DBaselinePerfTest.java74 AdSelectionOutcome outcome = in testAdSelectionAndReporting_normalFlow_success() local
124 AdSelectionOutcome outcome = in testAdSelectionAndReporting_normalFlowWithThrottling_success() local
210 AdSelectionOutcome outcome = in testAdSelectionAndReporting_executionHeavyJS_success() local
292 AdSelectionOutcome outcome = in testAdSelectionAndReporting_memoryHeavyJS_success() local
347 AdSelectionOutcome outcome = in testAdSelectionAndReporting_multipleCustomAudienceList_success() local
DAdSelectionDataE2ETest.java182 GetAdSelectionDataOutcome outcome = in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner() local
234 GetAdSelectionDataOutcome outcome = in runAdSelection_twoBuyersMultipleCa_dummyData_remarketingWinner() local
287 GetAdSelectionDataOutcome outcome = in runAdSelection_fiveBuyersMultipleCa_dummyData_remarketingWinner() local
338 GetAdSelectionDataOutcome outcome = in runAdSelection_noAdRenderId_baReturnsError_ppapiThrowsError() local
392 GetAdSelectionDataOutcome outcome = in runAdSelection_baReturnsIsChaffTrue_noAdReturnedByPpapi() local
450 GetAdSelectionDataOutcome outcome = in runAdSelection_oneBuyerOneCaOneAd_dummyData_remarketingWinner_withMediaTypeChanged() local
DServerAuctionOneBuyerLargeCaLatency.java136 GetAdSelectionDataOutcome outcome = in warmup() local
189 GetAdSelectionDataOutcome outcome = in runAdSelection_oneBuyerLargeCa_realData_remarketingWinner() local
DPtbM11RampServerAuctionSimulationTest.java176 GetAdSelectionDataOutcome outcome = in runAdSelection_ptb_basicSimulation_test() local
DPASServerAuctionE2ETest.java175 GetAdSelectionDataOutcome outcome = in runAdSelection_twoSignals_success() local
DServerAuctionE2ETestBase.java91 GetAdSelectionDataOutcome outcome = in warmupBiddingAuctionServer() local
DServerAuctionKAnonE2ETest.java223 GetAdSelectionDataOutcome outcome = in runServerAuction_verifyKAnonSetJoined() local
DLimitPerfTests.java100 AdSelectionOutcome outcome = in nAuctionsMBigCas() local
DAbstractSelectAdsLatencyTest.java138 AdSelectionOutcome outcome = in runSelectAds() local
/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/
DIntegrationTestUtils.java45 BlockingOutcomeReceiver<Void, MigrationException> outcome = new BlockingOutcomeReceiver<>(); in startMigration() local
46 getHealthConnectManager().startMigration(newSingleThreadExecutor(), outcome); in startMigration() local
55 BlockingOutcomeReceiver<Void, MigrationException> outcome = new BlockingOutcomeReceiver<>(); in writeMigrationData() local
65 BlockingOutcomeReceiver<Void, MigrationException> outcome = new BlockingOutcomeReceiver<>(); in finishMigration() local
66 getHealthConnectManager().finishMigration(newSingleThreadExecutor(), outcome); in finishMigration() local
/packages/modules/HealthFitness/tests/integrationtests/TestApp/src/android/healthconnect/test/app/
DTestAppReceiver.java143 DefaultOutcomeReceiver<InsertRecordsResponse> outcome = new DefaultOutcomeReceiver<>(); in insertStepsRecords() local
145 .insertRecords(createStepsRecords(intent), newSingleThreadExecutor(), outcome); in insertStepsRecords() local
150 DefaultOutcomeReceiver<InsertRecordsResponse> outcome = new DefaultOutcomeReceiver<>(); in insertWeightRecords() local
152 .insertRecords(createWeightRecords(intent), newSingleThreadExecutor(), outcome); in insertWeightRecords() local
157 DefaultOutcomeReceiver<InsertRecordsResponse> outcome = new DefaultOutcomeReceiver<>(); in insertExerciseRecord() local
160 List.of(createExerciseRecord(intent)), newSingleThreadExecutor(), outcome); in insertExerciseRecord() local
165 DefaultOutcomeReceiver<InsertRecordsResponse> outcome = new DefaultOutcomeReceiver<>(); in insertPlannedExerciseRecord() local
170 outcome); in insertPlannedExerciseRecord() local
175 DefaultOutcomeReceiver<ReadRecordsResponse<StepsRecord>> outcome = in readStepsRecordsUsingFilters() local
184 .readRecords(requestBuilder.build(), newSingleThreadExecutor(), outcome); in readStepsRecordsUsingFilters() local
[all …]
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java638 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_Success() local
722 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_v3BiddingLogic_overall_Success() local
881 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingEnabled() local
964 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingDisabled() local
1061 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overallWithSubdomains_Success() local
1161 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_scoringPrebuilt_Success() local
1276 AdSelectionOutcome outcome = in testFledgeSelectionFlow_WithContextualAds_Success() local
1394 AdSelectionOutcome outcome = in testFledgeSelectionFlow_WithContextualAdsDisabled_ContextualAdsRemoved() local
1511 AdSelectionOutcome outcome = in testFledgeSelectionFlow_WithContextualAdsLogging_Success() local
1592 AdSelectionOutcome outcome = in testFledgeSelectionFlow_OnlyContextualAds_Success() local
[all …]
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/
DFledgeCtsDebuggableJetpackTest.java236 AdSelectionOutcome outcome = in testFledgeAuctionSelectionFlow_overall_Success() local
335 AdSelectionOutcome outcome = in testReportImpression_etldViolation_failure() local
384 AdSelectionOutcome outcome = in testAdSelection_skipAdsMalformedBiddingLogic_success() local
473 AdSelectionOutcome outcome = in testAdSelection_skipAdsFailedGettingBiddingLogic_success() local
569 AdSelectionOutcome outcome = in testAdSelectionFlow_skipNonActivatedCA_Success() local
621 AdSelectionOutcome outcome = in testAdSelectionFlow_skipExpiredCA_Success() local
665 AdSelectionOutcome outcome = in testAdSelectionFlow_skipCAsThatTimeoutDuringBidding_Success() local
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DAdBeaconRegistrationTest.java88 AdSelectionOutcome outcome = in runAdSelectionAndReporting() local
/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/providers/sdkFledge/src/com/android/tests/providers/sdkfledge/
DSdkFledge.java340 AdSelectionOutcome outcome = in onLoadSdk() local
/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.cpp65 std::stringstream outcome; in report_test() local