Home
last modified time | relevance | path

Searched refs:sCallerMetadata (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdsRelevanceExecutionLoggerFactoryTest.java25 …rt static com.android.adservices.service.stats.AdsRelevanceExecutionLoggerImplTest.sCallerMetadata;
74 sCallerMetadata, in testPersistAdSelectionResultAdsRelevanceExecutionLogger_telemetryEnabled()
88 sCallerMetadata, in testPersistAdSelectionResultAdsRelevanceExecutionLogger_telemetryDisabled()
102 sCallerMetadata, in testGetAdSelectionDataAdsRelevanceExecutionLogger_telemetryEnabled()
116 sCallerMetadata, in testGetAdSelectionDataAdsRelevanceExecutionLogger_telemetryDisabled()
130 sCallerMetadata, in testUpdateSignalsAdsRelevanceExecutionLogger()
144 sCallerMetadata, in testUnknownApiAdsRelevanceExecutionLogger()
DAdsRelevanceExecutionLoggerImplTest.java50 public static final CallerMetadata sCallerMetadata = field in AdsRelevanceExecutionLoggerImplTest
98 sCallerMetadata, in testFledgeAuctionServerExecutionLogger_successGetAdSelectionData()
131 sCallerMetadata, in testFledgeAuctionServerExecutionLogger_successPersistAdSelectionResult()
156 sCallerMetadata, in testFledgeAuctionServerExecutionLogger_missingStartOfGetAdSelectionData()
189 sCallerMetadata, in testFledgeAuctionServerExecutionLogger_redundantEndOfGetAdSelectionData()
218 sCallerMetadata, in testFledgeAuctionServerExecutionLogger_missingStartOfPersistAdSelectionResult()
251 sCallerMetadata, in testFledgeAuctionServerExecutionLogger_redundantEndOfPersistAdSelectionResult()
DAdFilteringLoggerImplTest.java43 public static final CallerMetadata sCallerMetadata = field in AdFilteringLoggerImplTest
DAdSelectionExecutionLoggerTest.java114 public static final CallerMetadata sCallerMetadata = field in AdSelectionExecutionLoggerTest
1054 sCallerMetadata, mMockClock, mContextMock, mAdServicesLoggerMock, mFlags); in testAdSelectionExecutionLogger_missingStartRunAdScoring()
1580 sCallerMetadata, mMockClock, mContextMock, mAdServicesLoggerMock, mFlags); in getAdSelectionExecutionLogger()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java76 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.sCallerMetadata;
2502 sCallerMetadata, in testRunAdSelection_withOnDeviceAuctionDisabled_throwsIllegalStateException()
4453 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithSuccessAdSelection()
4465 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionByValidateRequest()
4481 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionByNoCAs()
4499 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionByNoBiddingOutcomes()
4529 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithContextualAdsAndNoCAs()
4548 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionDuringScoring()
4566 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithFailedAdSelectionBeforePersistAdSelection()
4587 sCallerMetadata, in setAdSelectionExecutionLoggerMockWithAdFiltering()
DGetAdSelectionDataRunnerTest.java31 …rt static com.android.adservices.service.stats.AdsRelevanceExecutionLoggerImplTest.sCallerMetadata;
263 sCallerMetadata, in setup()
DPersistAdSelectionResultRunnerTest.java35 …rt static com.android.adservices.service.stats.AdsRelevanceExecutionLoggerImplTest.sCallerMetadata;
484 sCallerMetadata, in setup()
DAdsScoreGeneratorImplTest.java48 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.sCallerMetadata;
288 sCallerMetadata, in setUp()
DAuctionServerE2ETest.java31 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.sCallerMetadata;
4250 service.getAdSelectionData(input, sCallerMetadata, callback); in invokeGetAdSelectionData()
4261 service.persistAdSelectionResult(input, sCallerMetadata, callback); in invokePersistAdSelectionResult()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonE2ETest.java25 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.sCallerMetadata;
2110 service.persistAdSelectionResult(input, sCallerMetadata, callback);
2121 service.getAdSelectionData(input, sCallerMetadata, callback);