Searched refs:encryptedTopic1 (Results 1 – 5 of 5) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/ |
D | TopicsDaoTest.java | 416 EncryptedTopic encryptedTopic1 = buildEncryptedTopic(topic1); in testRetrieveDistinctAppsFromEncryptedTables() local 422 returnedEncryptedTopicsForEpoch1.put(Pair.create("app2", ""), encryptedTopic1); in testRetrieveDistinctAppsFromEncryptedTables() 423 returnedEncryptedTopicsForEpoch1.put(Pair.create("app2", "sdk1"), encryptedTopic1); in testRetrieveDistinctAppsFromEncryptedTables() 429 returnedEncryptedTopicsForEpoch2.put(Pair.create("app3", ""), encryptedTopic1); in testRetrieveDistinctAppsFromEncryptedTables() 540 EncryptedTopic encryptedTopic1 = in testPersistAndRetrieveReturnedAppEncryptedTopics_oneEpoch() local 551 returnedAppSdkEncryptedTopics.put(Pair.create("app1", ""), encryptedTopic1); in testPersistAndRetrieveReturnedAppEncryptedTopics_oneEpoch() 552 returnedAppSdkEncryptedTopics.put(Pair.create("app1", "sdk1"), encryptedTopic1); in testPersistAndRetrieveReturnedAppEncryptedTopics_oneEpoch() 553 returnedAppSdkEncryptedTopics.put(Pair.create("app1", "sdk2"), encryptedTopic1); in testPersistAndRetrieveReturnedAppEncryptedTopics_oneEpoch() 667 EncryptedTopic encryptedTopic1 = in testPersistAndRetrieveReturnedEncryptedAppTopics_multipleEpochs() local 682 returnedEncryptedTopicsForEpoch1.put(Pair.create("app1", ""), encryptedTopic1); in testPersistAndRetrieveReturnedEncryptedAppTopics_multipleEpochs() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/ |
D | TopicsWorkerTest.java | 205 EncryptedTopic encryptedTopic1 = in testGetTopics_enableEncryption_disablePlaintextTopics() local 223 EncryptedTopic[] encryptedTopics = {encryptedTopic1, encryptedTopic2, encryptedTopic3}; in testGetTopics_enableEncryption_disablePlaintextTopics() 257 encryptedTopic1.getEncryptedTopic(), in testGetTopics_enableEncryption_disablePlaintextTopics() 262 encryptedTopic1.getKeyIdentifier(), in testGetTopics_enableEncryption_disablePlaintextTopics() 267 encryptedTopic1.getEncapsulatedKey(), in testGetTopics_enableEncryption_disablePlaintextTopics() 303 EncryptedTopic encryptedTopic1 = in testGetTopics_enableEncryption_featureOn() local 321 EncryptedTopic[] encryptedTopics = {encryptedTopic1, encryptedTopic2, encryptedTopic3}; in testGetTopics_enableEncryption_featureOn() 354 encryptedTopic1.getEncryptedTopic(), in testGetTopics_enableEncryption_featureOn() 359 encryptedTopic1.getKeyIdentifier(), in testGetTopics_enableEncryption_featureOn() 364 encryptedTopic1.getEncapsulatedKey(), in testGetTopics_enableEncryption_featureOn() [all …]
|
D | CacheManagerTest.java | 983 EncryptedTopic encryptedTopic1 = in testGetTopics_enableEncryption_success() local 1009 returnedEncryptedTopics.put(Pair.create("app1", "sdk1"), encryptedTopic1); in testGetTopics_enableEncryption_success() 1023 assertThat(combinedTopics1.get(0).getEncryptedTopic()).isEqualTo(encryptedTopic1); in testGetTopics_enableEncryption_success() 1066 EncryptedTopic encryptedTopic1 = in testGetTopics_enableEncryption_missingEncryptedTopics() local 1087 returnedEncryptedTopics.put(Pair.create("app1", "sdk1"), encryptedTopic1); in testGetTopics_enableEncryption_missingEncryptedTopics() 1111 CombinedTopic.create(topic1, encryptedTopic1), in testGetTopics_enableEncryption_missingEncryptedTopics()
|
D | AppUpdateManagerTest.java | 552 EncryptedTopic encryptedTopic1 = in testDeleteAppDataFromTableByApps_encryptedTopicsTable() local 566 Map.of(Pair.create(app, sdk), encryptedTopic1); in testDeleteAppDataFromTableByApps_encryptedTopicsTable()
|
D | EpochManagerTest.java | 555 EncryptedTopic encryptedTopic1 = in testGarbageCollectOutdatedEpochData_encryptedTopicsTable() local 568 Map.of(Pair.create(app, sdk), encryptedTopic1); in testGarbageCollectOutdatedEpochData_encryptedTopicsTable()
|