Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DDaoBuildingBlocks.java128 Void updateLastSentDayIndex(ReportKey reportKey, int dayIndex) { in updateLastSentDayIndex() method in DaoBuildingBlocks
129 return updateLastSentDayIndex(ReportEntity.create(reportKey, dayIndex)); in updateLastSentDayIndex()
138 abstract Void updateLastSentDayIndex(ReportEntity reportEntity); in updateLastSentDayIndex() method in DaoBuildingBlocks
DDataService.java491 mDaoBuildingBlocks.updateLastSentDayIndex(reportKey, mostRecentDayIndex); in generateObservationsSync()
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java126 private void updateLastSentDayIndex(ReportKey reportKey, int dayIndex) { in updateLastSentDayIndex() method in DaoBuildingBlocksTest
127 mDaoBuildingBlocks.updateLastSentDayIndex(ReportEntity.create(reportKey, dayIndex)); in updateLastSentDayIndex()
821 updateLastSentDayIndex(sReportKey[0], sDayIndex[1]); in testUpdateLastSentDayIndex()
829 updateLastSentDayIndex(sReportKey[0], sDayIndex[0]); in testUpdateLastSentDayIndex_reportDoesNotExist()