Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java12127 Optional<KeyValueData> debugAggregateCount = in incrementReportRetryIncrements() local
12142 assertTrue(debugAggregateCount.isPresent()); in incrementReportRetryIncrements()
12143 assertEquals(1, (debugAggregateCount.get().getReportRetryCount())); in incrementReportRetryIncrements()
12167 debugAggregateCount = in incrementReportRetryIncrements()
12182 assertTrue(debugAggregateCount.isPresent()); in incrementReportRetryIncrements()
12183 assertEquals(1, (debugAggregateCount.get().getReportRetryCount())); in incrementReportRetryIncrements()
12209 debugAggregateCount = in incrementReportRetryIncrements()
12224 assertTrue(debugAggregateCount.isPresent()); in incrementReportRetryIncrements()
12225 assertEquals(2, (debugAggregateCount.get().getReportRetryCount())); in incrementReportRetryIncrements()