Searched refs:findRowIndexByProgramId (Results 1 – 1 of 1) sorted by relevance
153 int index = findRowIndexByProgramId(schedule.getProgramId()); in onScheduledRecordingAdded()166 int index = findRowIndexByProgramId(schedule.getProgramId()); in onScheduledRecordingRemoved()177 int index = findRowIndexByProgramId(schedule.getProgramId()); in onScheduledRecordingUpdated()231 private int findRowIndexByProgramId(long programId) { in findRowIndexByProgramId() method in SeriesScheduleRowAdapter256 removeItems(findRowIndexByProgramId(program.getId()), 1); in handleUpdateRow()260 notifyItemRangeChanged(findRowIndexByProgramId(program.getId()), 1); in handleUpdateRow()