Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/
DAggregateReportTest.java131 assertEquals(Long.valueOf(5L), attributionReport.getSourceRegistrationTime()); in testCreation()
159 assertEquals(Long.valueOf(5L), attributionReport.getSourceRegistrationTime()); in testCreationSingleSourceDebugKey()
186 assertEquals(Long.valueOf(5L), attributionReport.getSourceRegistrationTime()); in testCreationSingleTriggerDebugKey()
213 assertNull(attributionReport.getSourceRegistrationTime()); in testDefaults()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandler.java376 aggregateReport.getSourceRegistrationTime() == null in createReportJsonPayload()
380 aggregateReport.getSourceRegistrationTime())); in createReportJsonPayload()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java190 aggregateReport.getSourceRegistrationTime(), in fuzzyCompareAggregateReport()
191 aggregateReport1.getSourceRegistrationTime()) in fuzzyCompareAggregateReport()
569 aggregateReport.getSourceRegistrationTime()); in insertToDb()
DDbState.java343 .thenComparing(AggregateReport::getSourceRegistrationTime)); in sortAll()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java190 public Long getSourceRegistrationTime() { in getSourceRegistrationTime() method in AggregateReport
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java533 .setSourceRegistrationTime(getSourceRegistrationTime(source, trigger)) in maybeGenerateAggregateReport()
600 private Long getSourceRegistrationTime(Source source, Trigger trigger) { in getSourceRegistrationTime() method
666 aggregateReport == null ? null : aggregateReport.getSourceRegistrationTime(); in generateNullAggregateReportsIncludingSourceRegistrationTime()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java1260 Comparator.comparing(AggregateReport::getSourceRegistrationTime) in captureAndAssertNullAggregateReportsWithRealReport()
1361 Comparator.comparing(AggregateReport::getSourceRegistrationTime) in shouldDoSimpleAttributionWithNullReports_triggerOnLastPossibleDay()
8071 reports.sort(Comparator.comparing(AggregateReport::getSourceRegistrationTime).reversed()); in captureAndAssertNullAggregateReportsIncludingSourceRegistrationTime()
8206 assertEquals(expectedSourceRegistrationTime, report.getSourceRegistrationTime()); in assertNullAggregateReport()
8245 expectedReport.getSourceRegistrationTime(),
8246 actualReport.getSourceRegistrationTime());
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java2634 aggregateReport.getSourceRegistrationTime());