Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/
DDBCustomAudienceBackgroundFetchDataTest.java221 originalFetchData.copyWithUpdatableData(updatableData); in testCopyWithFullSuccessfulUpdatableDataResetsFailureCounts()
251 originalFetchData.copyWithUpdatableData(updatableData); in testCopyWithFailedUpdatableDataUpdatesValidationFailureCount()
283 originalFetchData.copyWithUpdatableData(updatableData); in testCopyWithResponseValidationFailureUpdatesValidationFailureCount()
315 originalFetchData.copyWithUpdatableData(updatableData); in testCopyWithNetworkConnectTimeoutFailureUpdatesTimeoutFailureCount()
346 originalFetchData.copyWithUpdatableData(updatableData); in testCopyWithNetworkReadTimeoutFailureUpdatesTimeoutFailureCount()
376 originalFetchData.copyWithUpdatableData(updatableData); in testCopyWithKAnonFailureDesNotUpdate()
404 originalFetchData.copyWithUpdatableData(updatableData); in testCopyWithUnknownFailureDesNotUpdate()
DDBCustomAudienceTest.java361 assertThrows(NullPointerException.class, () -> customAudience.copyWithUpdatableData(null)); in testCopyWithNullUpdatableDataThrowsException()
387 originalCustomAudience.copyWithUpdatableData(updatableData); in testCopyWithUnsuccessfulUpdatableDataDoesNotChange()
416 originalCustomAudience.copyWithUpdatableData(updatableData); in testCopyWithDebuggableWorksSuccessfully()
449 originalCustomAudience.copyWithUpdatableData(updatableData); in testCopyWithSuccessfulEmptyUpdatableDataOnlyUpdatesTime()
494 originalCustomAudience.copyWithUpdatableData(updatableData); in testCopyWithSuccessfulFullUpdatableDataUpdatesAll()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DDBCustomAudienceBackgroundFetchData.java166 public final DBCustomAudienceBackgroundFetchData copyWithUpdatableData( in copyWithUpdatableData() method in DBCustomAudienceBackgroundFetchData
DDBCustomAudience.java238 public DBCustomAudience copyWithUpdatableData( in copyWithUpdatableData() method in DBCustomAudience
DCustomAudienceDao.java175 customAudience = customAudience.copyWithUpdatableData(updatableData); in updateCustomAudienceAndBackgroundFetchData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchRunner.java167 fetchData.copyWithUpdatableData(updatableData); in updateCustomAudience()