Searched refs:withSkippedAdGroup (Results 1 – 3 of 3) sorted by relevance
141 state = state.withSkippedAdGroup(0); in skipAllWithoutAdCount()142 state = state.withSkippedAdGroup(1); in skipAllWithoutAdCount()
1050 adPlaybackState = adPlaybackState.withSkippedAdGroup(i); in initializeAdsManager()1179 adPlaybackState = adPlaybackState.withSkippedAdGroup(/* adGroupIndex= */ i); in checkForContentCompleteOrNewAdGroup()1234 adPlaybackState = adPlaybackState.withSkippedAdGroup(adGroupIndex); in resumeContentInternal()1380 adPlaybackState = adPlaybackState.withSkippedAdGroup(i); in maybeNotifyInternalError()
415 public AdPlaybackState withSkippedAdGroup(int adGroupIndex) { in withSkippedAdGroup() method in AdPlaybackState