Searched refs:lastPlayedAdIndex (Results 1 – 2 of 2) sorted by relevance
86 public int getNextAdIndexToPlay(int lastPlayedAdIndex) { in getNextAdIndexToPlay() argument87 int nextAdIndexToPlay = lastPlayedAdIndex + 1; in getNextAdIndexToPlay()
533 public int getNextAdIndexToPlay(int adGroupIndex, int lastPlayedAdIndex) { in getNextAdIndexToPlay() argument534 return adPlaybackState.adGroups[adGroupIndex].getNextAdIndexToPlay(lastPlayedAdIndex); in getNextAdIndexToPlay()