Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DTestOnlyDao.java134 public void insertAggregateValue(AggregateStoreTableRow aggregateStoreTableRow) { in insertAggregateValue() argument
136 SystemProfileEntity.getSystemProfileHash(aggregateStoreTableRow.systemProfile()); in insertAggregateValue()
137 insertLastSentDayIndex(ReportEntity.create(aggregateStoreTableRow.reportKey())); in insertAggregateValue()
140 systemProfileHash, aggregateStoreTableRow.systemProfile())); in insertAggregateValue()
143 aggregateStoreTableRow.reportKey(), in insertAggregateValue()
144 aggregateStoreTableRow.dayIndex(), in insertAggregateValue()
145 aggregateStoreTableRow.eventVector(), in insertAggregateValue()
147 aggregateStoreTableRow.aggregateValue())); in insertAggregateValue()