Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/kanon/
DDBKAnonMessageTest.java44 .setCreatedAt(INSTANT_2) in testBuildKAnonMessage_validMessage_buildsSuccessfully()
69 .setCreatedAt(INSTANT_2) in testBuildKAnonMessage_unsetMessageId_buildsSuccessfully()
106 .setCreatedAt(INSTANT_2) in testBuildKAnonMessage_unsetKAnonHashSet_throwsError()
120 .setCreatedAt(INSTANT_2) in testBuildKAnonMessage_unsetExpiryInstant_throwsError()
134 .setCreatedAt(INSTANT_2) in testBuildKAnonMessage_unsetStatus_throwsError()
DKAnonMessageDaoTest.java48 .setCreatedAt(INSTANT_2)
210 .setCreatedAt(INSTANT_2) in testRemoveExpiredEntities_removesExpiredEntities()
220 .setCreatedAt(INSTANT_2) in testRemoveExpiredEntities_removesExpiredEntities()
230 .setCreatedAt(INSTANT_2) in testRemoveExpiredEntities_removesExpiredEntities()
239 .setCreatedAt(INSTANT_2) in testRemoveExpiredEntities_removesExpiredEntities()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/kanon/
DDBKAnonMessage.java134 .setCreatedAt(createdAt) in create()
155 public abstract Builder setCreatedAt(Instant createdAt); in setCreatedAt() method in DBKAnonMessage.Builder
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonMessageManagerTest.java86 .setCreatedAt(FIXED_TIME)
95 .setCreatedAt(FIXED_TIME)
104 .setCreatedAt(FIXED_TIME)
DKAnonCallerImplFullIntegrationTests.java285 .setCreatedAt(Instant.now()) in createAndPersistKAnonMessages()
295 .setCreatedAt(Instant.now()) in createAndPersistKAnonMessages()
DKAnonSignJoinBackgroundJobWorkerTest.java72 .setCreatedAt(FIXED_TIME)
DKAnonCallerImplTest.java566 .setCreatedAt(Instant.now()) in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats()
710 .setCreatedAt(Instant.now()) in createAndPersistKAnonMessages()
720 .setCreatedAt(Instant.now()) in createAndPersistKAnonMessages()
DKAnonSignJoinManagerTest.java100 .setCreatedAt(FIXED_TIME)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonMessageManager.java135 .setCreatedAt(mClock.instant()) in parseKAnonMessageEntityToNewDBKAnonMessage()