Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataTest.java85 assertEquals(CommonFixture.FIXED_NOW, updatableDataFromBuilder.getAttemptedUpdateTime()); in testBuildUpdatableDataSuccess()
138 assertEquals(CommonFixture.FIXED_NOW, updatableDataFromBuilder.getAttemptedUpdateTime()); in testBuildUpdatableDataSuccessWithAuctionServerFlagsEnabled()
196 assertEquals(CommonFixture.FIXED_NOW, updatableDataFromBuilder.getAttemptedUpdateTime()); in testBuildUpdatableDataSuccessWithJunkWithAuctionServerFlagsEnabled()
253 assertEquals(CommonFixture.FIXED_NOW, updatableDataFromBuilder.getAttemptedUpdateTime()); in testBuildUpdatableDataSuccessWithAuctionServerFlagsDisabled()
300 assertEquals(CommonFixture.FIXED_NOW, updatableDataFromBuilder.getAttemptedUpdateTime()); in testBuildEmptyUpdatableDataSuccess()
357 assertEquals(CommonFixture.FIXED_NOW, updatableDataFromBuilder.getAttemptedUpdateTime()); in testBuildEmptyUpdatableDataWithNonEmptyResponseSuccess()
480 assertEquals(CommonFixture.FIXED_NOW, updatableData.getAttemptedUpdateTime()); in testCreateFromNonJsonResponseStringCausesUnsuccessfulUpdate()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DDBCustomAudienceBackgroundFetchData.java183 updatableData.getAttemptedUpdateTime())); in copyWithUpdatableData()
DDBCustomAudience.java249 updatableData.getAttemptedUpdateTime()); in copyWithUpdatableData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableData.java86 public abstract Instant getAttemptedUpdateTime(); in getAttemptedUpdateTime() method in CustomAudienceUpdatableData