Home
last modified time | relevance | path

Searched refs:getCoordinatorUrl (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBProtectedServersEncryptionConfigTest.java52 assertThat(dBEncryptionKey.getCoordinatorUrl()).isEqualTo(COORDINATOR_URL); in testBuildValidEncryptionKey_success()
70 assertThat(dBEncryptionKey.getCoordinatorUrl()).isEqualTo(COORDINATOR_URL); in testBuildValidEncryptionKey_rowIdAbsent_success()
DProtectedServersEncryptionConfigDaoTest.java159 assertThat(auctionKeys.get(0).getCoordinatorUrl()).isEqualTo(COORDINATOR_URL); in test_getLatestExpiryNKeysOfType_returnsNFreshestKey()
193 assertThat(auctionKeys.get(0).getCoordinatorUrl()).isEqualTo(COORDINATOR_URL); in test_getLatestExpiryNKeysOfType_diffCoordinators_returnsNFreshestKey()
201 assertThat(auctionKeys.get(0).getCoordinatorUrl()).isEqualTo(COORDINATOR_URL_2); in test_getLatestExpiryNKeysOfType_diffCoordinators_returnsNFreshestKey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBProtectedServersEncryptionConfig.java63 public abstract String getCoordinatorUrl(); in getCoordinatorUrl() method in DBProtectedServersEncryptionConfig
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManagerTest.java661 assertThat(databaseEntries.get(0).getCoordinatorUrl()).isEqualTo(COORDINATOR_URL_AUCTION); in test_getLatestOhttpKeyConfigOfType_withNoKeys_persistsToDatabase()