Searched defs:lastSentDayIndex (Results 1 – 3 of 3) sorted by relevance
48 abstract Optional<Integer> lastSentDayIndex(); in lastSentDayIndex() method in ReportEntity55 static ReportEntity create(ReportKey reportKey, Optional<Integer> lastSentDayIndex) { in create()75 static ReportEntity create(ReportKey reportKey, int lastSentDayIndex) { in create()
506 Optional<Integer> lastSentDayIndex = mDaoBuildingBlocks.queryLastSentDayIndex(reportKey); in nextDayIndexToAggregate() local
95 int lastSentDayIndex) { in insertSystemProfileAndReport()