Home
last modified time | relevance | path

Searched refs:setAttemptedUpdateTime (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/
DDBCustomAudienceBackgroundFetchDataTest.java217 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithFullSuccessfulUpdatableDataResetsFailureCounts()
246 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithFailedUpdatableDataUpdatesValidationFailureCount()
277 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithResponseValidationFailureUpdatesValidationFailureCount()
309 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithNetworkConnectTimeoutFailureUpdatesTimeoutFailureCount()
340 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithNetworkReadTimeoutFailureUpdatesTimeoutFailureCount()
370 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithKAnonFailureDesNotUpdate()
399 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithUnknownFailureDesNotUpdate()
DDBCustomAudienceTest.java383 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithUnsuccessfulUpdatableDataDoesNotChange()
412 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithDebuggableWorksSuccessfully()
440 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithSuccessfulEmptyUpdatableDataOnlyUpdatesTime()
479 .setAttemptedUpdateTime(attemptedUpdateTime) in testCopyWithSuccessfulFullUpdatableDataUpdatesAll()
DCustomAudienceDaoTest.java248 .setAttemptedUpdateTime(LAST_UPDATED_TIME_2)
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataTest.java74 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in testBuildUpdatableDataSuccess()
126 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in testBuildUpdatableDataSuccessWithAuctionServerFlagsEnabled()
184 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in testBuildUpdatableDataSuccessWithJunkWithAuctionServerFlagsEnabled()
242 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in testBuildUpdatableDataSuccessWithAuctionServerFlagsDisabled()
292 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in testBuildEmptyUpdatableDataSuccess()
349 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in testBuildEmptyUpdatableDataWithNonEmptyResponseSuccess()
439 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in testBuildNonEmptyUpdatableDataWithUnsuccessfulUpdateFailure()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataFixture.java355 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in getValidBuilderFullSuccessfulResponse()
365 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in getValidBuilderEmptySuccessfulResponse()
375 .setAttemptedUpdateTime(CommonFixture.FIXED_NOW) in getValidBuilderEmptyFailedResponse()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableData.java163 .setAttemptedUpdateTime(attemptedUpdateTime) in createFromResponseString()
387 public abstract Builder setAttemptedUpdateTime(@NonNull Instant value); in setAttemptedUpdateTime() method in CustomAudienceUpdatableData.Builder