Searched refs:updateLastSentDayIndex (Results 1 – 3 of 3) sorted by relevance
128 Void updateLastSentDayIndex(ReportKey reportKey, int dayIndex) { in updateLastSentDayIndex() method in DaoBuildingBlocks129 return updateLastSentDayIndex(ReportEntity.create(reportKey, dayIndex)); in updateLastSentDayIndex()138 abstract Void updateLastSentDayIndex(ReportEntity reportEntity); in updateLastSentDayIndex() method in DaoBuildingBlocks
491 mDaoBuildingBlocks.updateLastSentDayIndex(reportKey, mostRecentDayIndex); in generateObservationsSync()
126 private void updateLastSentDayIndex(ReportKey reportKey, int dayIndex) { in updateLastSentDayIndex() method in DaoBuildingBlocksTest127 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()