Home
last modified time | relevance | path

Searched refs:withAdLoadError (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackStateTest.java62 state = state.withAdLoadError(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 0); in setAdErrorBeforeAdCount()
112 state = state.withAdLoadError(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 1); in getFirstAdIndexToPlaySkipsErrorAds()
122 state = state.withAdLoadError(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 1); in getNextAdIndexToPlaySkipsErrorAds()
132 state.withAdLoadError(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 0); in setAdStateTwiceThrows()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DMediaPeriodQueueTest.java498 .withAdLoadError(adGroupIndex, /* adIndexInAdGroup= */ 0); in setAdGroupFailedToLoad()
DExoPlayerTest.java494 AdPlaybackState errorAdPlaybackState = initialAdPlaybackState.withAdLoadError(0, 0); in adGroupWithLoadErrorIsSkipped()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java404 public AdPlaybackState withAdLoadError(int adGroupIndex, int adIndexInAdGroup) { in withAdLoadError() method in AdPlaybackState
/external/exoplayer/tree/extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/
DImaAdsLoader.java1278 adPlaybackState = adPlaybackState.withAdLoadError(adGroupIndex, i); in handleAdGroupLoadError()
1321 adPlaybackState = adPlaybackState.withAdLoadError(adGroupIndex, adIndexInAdGroup); in handleAdPrepareError()