Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/kanon/
DDBKAnonMessageTest.java40 .setKanonHashSet(KANON_HASH_SET) in testBuildKAnonMessage_validMessage_buildsSuccessfully()
65 .setKanonHashSet(KANON_HASH_SET) in testBuildKAnonMessage_unsetMessageId_buildsSuccessfully()
89 .setKanonHashSet(KANON_HASH_SET) in testBuildKAnonMessage_unsetCreatedAt_throwsError()
117 .setKanonHashSet(KANON_HASH_SET) in testBuildKAnonMessage_unsetExpiryInstant_throwsError()
131 .setKanonHashSet(KANON_HASH_SET) in testBuildKAnonMessage_unsetStatus_throwsError()
DKAnonMessageDaoTest.java44 .setKanonHashSet(KANON_HASH_SET)
139 .setKanonHashSet(searchText) in testGetKAnonMessagesWithMessage_returnsTheCorrectMessage()
208 .setKanonHashSet(KANON_HASH_SET) in testRemoveExpiredEntities_removesExpiredEntities()
218 .setKanonHashSet(KANON_HASH_SET) in testRemoveExpiredEntities_removesExpiredEntities()
228 .setKanonHashSet(KANON_HASH_SET) in testRemoveExpiredEntities_removesExpiredEntities()
237 .setKanonHashSet(KANON_HASH_SET) in testRemoveExpiredEntities_removesExpiredEntities()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonSignJoinBackgroundJobWorkerTest.java68 .setKanonHashSet(HASH_SET_1)
100 .setKanonHashSet(HASH_SET_1) in makeSignJoinCalls_nonZeroBackgroundCallBatchSize_makesSignJoinCalls()
134 .setKanonHashSet(HASH_SET_1) in makeSignJoinCalls_zeroBackgroundCallBatchSize_doesNotMakeSignJoinCalls()
DKAnonMessageManagerTest.java82 .setKanonHashSet(HASH_SET_1)
91 .setKanonHashSet(HASH_SET_2)
100 .setKanonHashSet(HASH_SET_3)
DKAnonSignJoinManagerTest.java96 .setKanonHashSet(HASH_SET_1)
193 .setKanonHashSet(HASH_SET_1) in processNewMessage_messageSignedWithActiveClientParams_shouldNotProcessMessage()
230 .setKanonHashSet(HASH_SET_1) in processNewMessage_messageSignedWithExpiredClientParams_shouldProcessMessage()
DKAnonCallerImplFullIntegrationTests.java282 .setKanonHashSet( in createAndPersistKAnonMessages()
292 .setKanonHashSet( in createAndPersistKAnonMessages()
DKAnonCallerImplTest.java563 .setKanonHashSet( in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats()
707 .setKanonHashSet( in createAndPersistKAnonMessages()
717 .setKanonHashSet( in createAndPersistKAnonMessages()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/kanon/
DDBKAnonMessage.java140 .setKanonHashSet(kanonHashSet) in create()
177 public abstract Builder setKanonHashSet(String kanonHashSet); in setKanonHashSet() method in DBKAnonMessage.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonMessageManager.java128 .setKanonHashSet(kAnonMessageEntity.getHashSet()) in parseKAnonMessageEntityToNewDBKAnonMessage()