Home
last modified time | relevance | path

Searched defs:insertAggregateValue (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DTestOnlyDao.java135 public void insertAggregateValue(AggregateStoreTableRow aggregateStoreTableRow) { in insertAggregateValue() method in TestOnlyDao
169 abstract Void insertAggregateValue(AggregateStoreEntity aggregateStoreEntity); in insertAggregateValue() method in TestOnlyDao
DDaoBuildingBlocks.java56 abstract Void insertAggregateValue(AggregateStoreEntity aggregateStoreEntity); in insertAggregateValue() method in DaoBuildingBlocks
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java101 private void insertAggregateValue( in insertAggregateValue() method in DaoBuildingBlocksTest