Home
last modified time | relevance | path

Searched refs:getCoordinatorSource (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DServerAuctionKeyFetchExecutionLoggerImplTest.java84 assertThat(serverAuctionKeyFetchCalledStats.getCoordinatorSource()) in testServerAuctionKeyFetchExecutionLogger_successNetworkKeyFetch()
114 assertThat(serverAuctionKeyFetchCalledStats.getCoordinatorSource()) in testServerAuctionKeyFetchExecutionLogger_successDatabaseKeyFetch()
149 assertThat(serverAuctionKeyFetchCalledStats.getCoordinatorSource()) in testServerAuctionKeyFetchExecutionLogger_NetworkKeyFetch_WrongEncryptionKeySource()
180 assertThat(serverAuctionKeyFetchCalledStats.getCoordinatorSource()) in testServerAuctionKeyFetchExecutionLogger_DatabaseKeyFetch_WrongEncryptionKeySource()
213 assertThat(serverAuctionKeyFetchCalledStats.getCoordinatorSource()) in testServerAuctionKeyFetchExecutionLogger_missingStartOfGetAdSelectionData()
249 assertThat(serverAuctionKeyFetchCalledStats.getCoordinatorSource()) in testServerAuctionKeyFetchExecutionLogger_redundantEndOfGetAdSelectionData()
DServerAuctionKeyFetchCalledStatsTest.java54 expect.that(stats.getCoordinatorSource()).isEqualTo(COORDINATOR_SOURCE); in testBuildServerAuctionKeyFetchCalledStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DServerAuctionKeyFetchCalledStats.java39 public abstract int getCoordinatorSource(); in getCoordinatorSource() method in ServerAuctionKeyFetchCalledStats
DStatsdAdServicesLogger.java894 stats.getCoordinatorSource(), in logServerAuctionKeyFetchCalledStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManagerTest.java506 assertThat(stats.getCoordinatorSource()) in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
564 assertThat(stats.getCoordinatorSource()) in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()
DProtectedServersEncryptionConfigManagerTest.java505 assertThat(stats.getCoordinatorSource()).isEqualTo(SERVER_AUCTION_COORDINATOR_SOURCE_API); in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClientTest.java1298 assertThat(stats.getCoordinatorSource()) in verifyServerAuctionKeyFetchCalledStatsLogging()