Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java183 private Optional<SystemProfileAndAggregateValue> queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue() method in DaoBuildingBlocksTest
188 return mDaoBuildingBlocks.queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue()
337 queryOneSystemProfileAndAggregateValue( in testUpdateAggregateValue()
356 queryOneSystemProfileAndAggregateValue( in testUpdateAggregateValue_doesNotExist()
382 queryOneSystemProfileAndAggregateValue( in testUpdateSystemProfileHash()
423 queryOneSystemProfileAndAggregateValue( in testUpdateSystemProfileHash_doesNotExist()
450 queryOneSystemProfileAndAggregateValue( in testUpdateSystemProfileHashAndAggregateValue()
494 queryOneSystemProfileAndAggregateValue( in testUpdateSystemProfileHashAndAggregateValue_doesNotExist()
521 queryOneSystemProfileAndAggregateValue( in testQuerySystemProfileAndAggregateValue_systemProfileHashHintExists()
530 queryOneSystemProfileAndAggregateValue( in testQuerySystemProfileAndAggregateValue_systemProfileHashHintExists()
[all …]
DCobaltDatabaseMigrationTest.java111 daoBuildingBlocks.queryOneSystemProfileAndAggregateValue( in migrate1To2()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DDaoBuildingBlocks.java288 Optional<SystemProfileAndAggregateValue> queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue() method in DaoBuildingBlocks
293 return queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue()
329 abstract Optional<SystemProfileAndAggregateValue> queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue() method in DaoBuildingBlocks
DDataService.java370 mDaoBuildingBlocks.queryOneSystemProfileAndAggregateValue( in aggregateValueReportAll()