/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/ |
D | AdsRelevanceExecutionLoggerFactoryTest.java | 25 …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()
|
D | AdsRelevanceExecutionLoggerImplTest.java | 50 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()
|
D | AdFilteringLoggerImplTest.java | 43 public static final CallerMetadata sCallerMetadata = field in AdFilteringLoggerImplTest
|
D | AdSelectionExecutionLoggerTest.java | 114 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/ |
D | OnDeviceAdSelectionRunnerTest.java | 76 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()
|
D | GetAdSelectionDataRunnerTest.java | 31 …rt static com.android.adservices.service.stats.AdsRelevanceExecutionLoggerImplTest.sCallerMetadata; 263 sCallerMetadata, in setup()
|
D | PersistAdSelectionResultRunnerTest.java | 35 …rt static com.android.adservices.service.stats.AdsRelevanceExecutionLoggerImplTest.sCallerMetadata; 484 sCallerMetadata, in setup()
|
D | AdsScoreGeneratorImplTest.java | 48 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.sCallerMetadata; 288 sCallerMetadata, in setUp()
|
D | AuctionServerE2ETest.java | 31 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/ |
D | KAnonE2ETest.java | 25 import static com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.sCallerMetadata; 2110 service.persistAdSelectionResult(input, sCallerMetadata, callback); 2121 service.getAdSelectionData(input, sCallerMetadata, callback);
|