Home
last modified time | relevance | path

Searched refs:runAdSelectionProcessReportedStats (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java360 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_SuccessAdSelection() local
362 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_SuccessAdSelection()
364 assertThat(runAdSelectionProcessReportedStats.getDBAdSelectionSizeInBytes()) in testAdSelectionExecutionLogger_SuccessAdSelection()
366 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
368 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
370 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
372 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
1480 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection() local
1482 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1484 assertThat(runAdSelectionProcessReportedStats.getDBAdSelectionSizeInBytes()) in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4691 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForSuccessfulAdSelectionProcess() local
4694 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in verifyLogForSuccessfulAdSelectionProcess()
4696 assertThat(runAdSelectionProcessReportedStats.getDBAdSelectionSizeInBytes()) in verifyLogForSuccessfulAdSelectionProcess()
4698 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionLatencyInMillis()) in verifyLogForSuccessfulAdSelectionProcess()
4700 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionResultCode()) in verifyLogForSuccessfulAdSelectionProcess()
4702 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in verifyLogForSuccessfulAdSelectionProcess()
4704 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionResultCode()) in verifyLogForSuccessfulAdSelectionProcess()
4712 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in verifyLogForFailurePriorPersistAdSelection() local
4715 assertThat(runAdSelectionProcessReportedStats.getIsRemarketingAdsWon()) in verifyLogForFailurePriorPersistAdSelection()
4717 assertThat(runAdSelectionProcessReportedStats.getDBAdSelectionSizeInBytes()) in verifyLogForFailurePriorPersistAdSelection()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java601 RunAdSelectionProcessReportedStats runAdSelectionProcessReportedStats = in close() local
604 mAdServicesLogger.logRunAdSelectionProcessReportedStats(runAdSelectionProcessReportedStats); in close()