Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java183 private Optional<SystemProfileAndAggregateValue> queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue()
336 Optional<SystemProfileAndAggregateValue> systemProfileAndAggregateValue = in testUpdateAggregateValue()
342 SystemProfileAndAggregateValue.create( in testUpdateAggregateValue()
355 Optional<SystemProfileAndAggregateValue> systemProfileAndAggregateValue = in testUpdateAggregateValue_doesNotExist()
381 Optional<SystemProfileAndAggregateValue> systemProfileAndAggregateValue = in testUpdateSystemProfileHash()
388 SystemProfileAndAggregateValue.create( in testUpdateSystemProfileHash()
422 Optional<SystemProfileAndAggregateValue> systemProfileAndAggregateValue = in testUpdateSystemProfileHash_doesNotExist()
449 Optional<SystemProfileAndAggregateValue> systemProfileAndAggregateValue = in testUpdateSystemProfileHashAndAggregateValue()
456 SystemProfileAndAggregateValue.create( in testUpdateSystemProfileHashAndAggregateValue()
493 Optional<SystemProfileAndAggregateValue> systemProfileAndAggregateValue = in testUpdateSystemProfileHashAndAggregateValue_doesNotExist()
[all …]
DCobaltDatabaseMigrationTest.java115 SystemProfileAndAggregateValue.create( in migrate1To2()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DSystemProfileAndAggregateValue.java34 abstract class SystemProfileAndAggregateValue { class
53 static SystemProfileAndAggregateValue create( in create()
DDaoBuildingBlocks.java288 Optional<SystemProfileAndAggregateValue> queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue()
329 abstract Optional<SystemProfileAndAggregateValue> queryOneSystemProfileAndAggregateValue( in queryOneSystemProfileAndAggregateValue()
DDataService.java369 Optional<SystemProfileAndAggregateValue> existingSystemProfileAndAggregateValue = in aggregateValueReportAll()