Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DDaoBuildingBlocks.java503 List<EventRecordAndSystemProfile> queryEventRecordsForDay(ReportKey reportKey, int dayIndex) { in queryEventRecordsForDay() method in DaoBuildingBlocks
504 return queryEventRecordsForDay( in queryEventRecordsForDay()
538 abstract List<EventRecordAndSystemProfile> queryEventRecordsForDay( in queryEventRecordsForDay() method in DaoBuildingBlocks
DDataService.java470 mDaoBuildingBlocks.queryEventRecordsForDay(reportKey, dayIndex).stream() in generateObservationsSync()
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java208 private List<EventRecordAndSystemProfile> queryEventRecordsForDay( in queryEventRecordsForDay() method in DaoBuildingBlocksTest
210 return mDaoBuildingBlocks.queryEventRecordsForDay( in queryEventRecordsForDay()
637 queryEventRecordsForDay(sReportKey[0], sDayIndex[0]); in testQueryEventRecordsForDay()
645 eventRecords = queryEventRecordsForDay(sReportKey[0], sDayIndex[1]); in testQueryEventRecordsForDay()