Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/topics/
DGetTopicsResultTest.java58 expect.that(fromParcel.getEncryptionKeys()).containsExactly("Key1", "Key2").inOrder(); in testWriteToParcel()
76 expect.that(fromParcel.getEncryptionKeys()).isEmpty(); in testWriteToParcel_emptyResponse()
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DTopicsWorkerTest.java272 assertThat(getTopicsResult.getEncryptionKeys()) in testGetTopics_enableEncryption_disablePlaintextTopics()
273 .containsExactlyElementsIn(expectedGetTopicsResult.getEncryptionKeys()); in testGetTopics_enableEncryption_disablePlaintextTopics()
369 assertThat(getTopicsResult.getEncryptionKeys()) in testGetTopics_enableEncryption_featureOn()
370 .containsExactlyElementsIn(expectedGetTopicsResult.getEncryptionKeys()); in testGetTopics_enableEncryption_featureOn()
457 assertThat(getTopicsResult.getEncryptionKeys()) in testGetTopics_enableEncryption_featureOff()
458 .containsExactlyElementsIn(expectedGetTopicsResult.getEncryptionKeys()); in testGetTopics_enableEncryption_featureOff()
/packages/modules/AdServices/adservices/framework/java/android/adservices/topics/
DTopicsManager.java255 List<String> encryptionKeys = resultParcel.getEncryptionKeys(); in getEncryptedTopicList()
DGetTopicsResult.java153 public List<String> getEncryptionKeys() { in getEncryptionKeys() method in GetTopicsResult