Searched refs:allSubChannels (Results 1 – 1 of 1) sorted by relevance
290 private Subchannel nextSubchannel(Subchannel current, List<Subchannel> allSubChannels) { in nextSubchannel() argument291 return allSubChannels.get((allSubChannels.indexOf(current) + 1) % allSubChannels.size()); in nextSubchannel()