Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java3060 String expiredKeyId = "000bed24-c62f-46e0-a1ad-211361ad771a"; in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey() local
3064 .setKeyIdentifier(expiredKeyId) in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3078 expiredKeyId, protectedServersEncryptionConfigs.get(0).getKeyIdentifier()); in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3198 String expiredKeyId = "000bed24-c62f-46e0-a1ad-211361ad771a"; in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall() local
3202 .setKeyIdentifier(expiredKeyId) in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3216 expiredKeyId, protectedServersEncryptionConfigs.get(0).getKeyIdentifier()); in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3271 expiredKeyId, protectedServersEncryptionConfigs.get(0).getKeyIdentifier()); in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3332 String expiredKeyId = "400bed24-c62f-46e0-a1ad-211361ad771a"; in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey() local
3336 .setKeyIdentifier(expiredKeyId) in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
3346 Assert.assertEquals(expiredKeyId, encryptionConfigs.get(0).getKeyIdentifier()); in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
[all …]