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.java135 public void insertAggregateValue(AggregateStoreTableRow aggregateStoreTableRow) { in insertAggregateValue() argument
137 SystemProfileEntity.getSystemProfileHash(aggregateStoreTableRow.systemProfile()); in insertAggregateValue()
138 insertLastSentDayIndex(ReportEntity.create(aggregateStoreTableRow.reportKey())); in insertAggregateValue()
141 systemProfileHash, aggregateStoreTableRow.systemProfile())); in insertAggregateValue()
144 aggregateStoreTableRow.reportKey(), in insertAggregateValue()
145 aggregateStoreTableRow.dayIndex(), in insertAggregateValue()
146 aggregateStoreTableRow.eventVector(), in insertAggregateValue()
148 aggregateStoreTableRow.aggregateValue())); in insertAggregateValue()