Home
last modified time | relevance | path

Searched refs:withPlayedAd (Results 1 – 6 of 6) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackStateTest.java85 state = state.withPlayedAd(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 0); in getFirstAdIndexToPlaySkipsPlayedAd()
111 state = state.withPlayedAd(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 0); in getFirstAdIndexToPlaySkipsErrorAds()
130 state = state.withPlayedAd(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 0); in setAdStateTwiceThrows()
DAdsMediaSourceTest.java78 .withPlayedAd(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 0)
/external/exoplayer/tree/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/
DImaAdsLoaderTest.java237 .withPlayedAd(/* adGroupIndex= */ 0, /* adIndexInAdGroup= */ 0) in playback_withPrerollAd_marksAdAsPlayed()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java388 public AdPlaybackState withPlayedAd(int adGroupIndex, int adIndexInAdGroup) { in withPlayedAd() method in AdPlaybackState
/external/exoplayer/tree/extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/
DImaAdsLoader.java1253 adPlaybackState.withPlayedAd(adGroupIndex, adIndexInAdGroup).withAdResumePositionUs(0); in stopAdInternal()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DAnalyticsCollectorTest.java808 .withPlayedAd( in adPlayback()