Searched refs:SetShuffleModeEnabled (Results 1 – 2 of 2) sorted by relevance
41 import com.google.android.exoplayer2.testutil.Action.SetShuffleModeEnabled;453 return apply(new SetShuffleModeEnabled(tag, shuffleModeEnabled)); in setShuffleModeEnabled()
532 public static final class SetShuffleModeEnabled extends Action { class in Action540 public SetShuffleModeEnabled(String tag, boolean shuffleModeEnabled) { in SetShuffleModeEnabled() method in Action.SetShuffleModeEnabled