Home
last modified time | relevance | path

Searched refs:DISCONTINUITY_REASON_AD_INSERTION (Results 1 – 9 of 9) sorted by relevance

/external/exoplayer/tree/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/
DFakePlayer.java69 listener.onPositionDiscontinuity(DISCONTINUITY_REASON_AD_INSERTION); in setPlayingContentPosition()
89 listener.onPositionDiscontinuity(DISCONTINUITY_REASON_AD_INSERTION); in setPlayingAdPosition()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DPlayer.java731 DISCONTINUITY_REASON_AD_INSERTION,
748 int DISCONTINUITY_REASON_AD_INSERTION = 3; field
DExoPlayerImplInternal.java1838 : Player.DISCONTINUITY_REASON_AD_INSERTION;
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DDefaultPlaybackSessionManagerTest.java860 contentEventTime, Player.DISCONTINUITY_REASON_AD_INSERTION); in positionDiscontinuity_fromAdToContent_finishesAd()
920 adEventTime1, Player.DISCONTINUITY_REASON_AD_INSERTION); in positionDiscontinuity_fromContentToAd_doesNotFinishSessions()
977 adEventTime1, Player.DISCONTINUITY_REASON_AD_INSERTION); in positionDiscontinuity_fromAdToAd_finishesPastAds_andNotifiesAdPlaybackStated()
1049 adEventTime1, Player.DISCONTINUITY_REASON_AD_INSERTION); in updateSessions_withNewAd_afterDiscontinuitiesFromContentToAdAndBack_doesNotActivateNewAd()
1052 contentEventTime2, Player.DISCONTINUITY_REASON_AD_INSERTION); in updateSessions_withNewAd_afterDiscontinuitiesFromContentToAdAndBack_doesNotActivateNewAd()
DAnalyticsCollectorTest.java803 && reason == Player.DISCONTINUITY_REASON_AD_INSERTION) { in adPlayback()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/analytics/
DDefaultPlaybackSessionManager.java161 || reason == Player.DISCONTINUITY_REASON_AD_INSERTION;
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DEventLogger.java631 case Player.DISCONTINUITY_REASON_AD_INSERTION: in getDiscontinuityReasonString()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java523 testRunner.assertPositionDiscontinuityReasonsEqual(Player.DISCONTINUITY_REASON_AD_INSERTION); in adGroupWithLoadErrorIsSkipped()
3060 if (reason == Player.DISCONTINUITY_REASON_AD_INSERTION) { in contentWithInitialSeekPositionAfterPrerollAdStartsAtSeekPosition()
3113 if (reason == Player.DISCONTINUITY_REASON_AD_INSERTION) { in contentWithoutInitialSeekStartsAtDefaultPositionAfterPrerollAd()
/external/exoplayer/tree/
DRELEASENOTES.md1447 * Add `Player.DISCONTINUITY_REASON_AD_INSERTION` to the possible reasons