Searched refs:expectedReason (Results 1 – 3 of 3) sorted by relevance
732 @Player.TimelineChangeReason private final int expectedReason; field in Action.WaitForTimelineChanged745 @Player.TimelineChangeReason int expectedReason) { in WaitForTimelineChanged() argument749 this.expectedReason = expectedReason; in WaitForTimelineChanged()761 this.expectedReason = Player.TIMELINE_CHANGE_REASON_PLAYLIST_CHANGED; in WaitForTimelineChanged()780 && (ignoreExpectedReason || expectedReason == reason)) { in doActionAndScheduleNextImpl()
397 Player player, @Player.DiscontinuityReason int expectedReason) { in runUntilPositionDiscontinuity() argument403 if (reason == expectedReason) { in runUntilPositionDiscontinuity()
511 Timeline expectedTimeline, @Player.TimelineChangeReason int expectedReason) { in waitForTimelineChanged() argument512 return apply(new WaitForTimelineChanged(tag, expectedTimeline, expectedReason)); in waitForTimelineChanged()