Searched refs:findRowIndexByProgramId (Results 1 – 1 of 1) sorted by relevance
144 int index = findRowIndexByProgramId(schedule.getProgramId()); in onScheduledRecordingAdded()157 int index = findRowIndexByProgramId(schedule.getProgramId()); in onScheduledRecordingRemoved()168 int index = findRowIndexByProgramId(schedule.getProgramId()); in onScheduledRecordingUpdated()216 private int findRowIndexByProgramId(long programId) { in findRowIndexByProgramId() method in SeriesScheduleRowAdapter241 removeItems(findRowIndexByProgramId(program.getId()), 1); in handleUpdateRow()245 notifyItemRangeChanged(findRowIndexByProgramId(program.getId()), 1); in handleUpdateRow()