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