Home
last modified time | relevance | path

Searched refs:setAggregateContributions (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/deletion/
DMeasurementDataDeleterTest.java207 .setAggregateContributions(32666) in resetAggregateContributions_hasMatchingReports_resetsContributions()
213 .setAggregateContributions(6235) in resetAggregateContributions_hasMatchingReports_resetsContributions()
244 .setAggregateContributions(10) in resetAggregateContributions_withSourceContributionsGoingBelowZero_resetsToZero()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1175 public void setAggregateContributions(int aggregateContributions) { in setAggregateContributions() method in Source
1375 builder.setAggregateContributions(copyFrom.mAggregateContributions); in from()
1633 public Builder setAggregateContributions(int aggregateContributions) { in setAggregateContributions() method in Source.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/deletion/
DMeasurementDataDeleter.java256 source.setAggregateContributions(newAggregateContributionsSum); in resetAggregateContributions()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DSourceTest.java161 .setAggregateContributions(50001) in testEqualsPass()
215 .setAggregateContributions(50001) in testEqualsPass()
381 .setAggregateContributions(4000) in testEqualsFail()
384 .setAggregateContributions(4055) in testEqualsFail()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DSqliteObjectMapper.java166 builder::setAggregateContributions); in constructSourceFromCursor()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DDbState.java367 .setAggregateContributions(sJSON.optInt("aggregateContributions")) in getSourceFrom()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java513 source.setAggregateContributions(newAggregateContributions.getAsInt()); in maybeGenerateAggregateReport()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java2887 .setAggregateContributions(65536 - 32768 - 1644 + 1)