media/library/common/src/test/java/com/google/android/exoplayer2
tonihei b9365f5563 Forward seek command details to seekTo method in BasePlayer
BasePlayer simplifies implementations by handling all the various
seek methods and forwarding to a single method that can then be
implemented by subclasses. However, this loses the information about
the concrete entry point used for seeking, which is relevant when
the subclass wants to verify or filter by Player.Command. This
can be improved by adding the command as a new parameter. Since
we have to change the method anyway, we can also incorporate the
boolean flag about whether the current item is repeated to avoid
the separate method.

PiperOrigin-RevId: 494948094
(cherry picked from commit 6e0f1f10b3)
2023-01-25 18:29:34 +00:00
..
audio Rename CONTENT_TYPE_ @AudioContentType values to AUDIO_CONTENT_TYPE_* 2022-05-09 11:14:41 +01:00
drm Remove deprecated method DrmInitData.get(UUID) 2021-01-15 10:55:06 +00:00
metadata Add timestamp to Metadata 2022-06-27 11:31:10 +00:00
offline simplify PlayerActivity towards using the media item only 2020-04-08 21:47:48 +01:00
source Add DAI specific methods to AdPlaybackState 2022-10-21 11:32:44 +00:00
text Add timestamp to CueGroup 2022-06-22 17:19:55 +01:00
trackselection Migrate usages of the deprecated TrackSelectionParameters.CREATOR 2022-05-04 10:13:35 +01:00
util Split SubripDecoder and ParsableByteArray tests 2023-01-25 17:39:48 +00:00
video Move format util classes to extractor package 2021-08-13 11:45:37 +01:00
BasePlayerTest.java Forward seek command details to seekTo method in BasePlayer 2023-01-25 18:29:34 +00:00
BundleListRetrieverTest.java Implement Bundleable for Timeline 2021-03-12 10:53:41 +00:00
CTest.java Remove some sanity occurrences in Java files 2020-07-08 13:54:51 +01:00
DeviceInfoTest.java Move some tests to facilitate package renaming 2021-09-30 21:27:03 +01:00
FormatTest.java Exclude Metadata from Format when bundling from TrackGroup 2022-07-25 13:29:44 +01:00
ForwardingPlayerTest.java Rename DefaultTrackSelector.ParametersBuilder to Parameters.Builder 2022-06-07 17:54:38 +00:00
MediaItemTest.java Add RequestMetadata to MediaItem 2022-05-30 17:50:30 +00:00
MediaMetadataTest.java Replace MediaMetadata folderType by isBrowsable 2023-01-25 18:29:34 +00:00
PlaybackExceptionTest.java Drop support for subclass instance unbundling in PlaybackException 2021-07-09 09:16:41 +01:00
PlaybackParametersTest.java Fix typo 2021-04-16 14:12:33 +01:00
PositionInfoTest.java Add the media item to PositionInfo 2021-08-26 11:03:40 +01:00
RatingTest.java Remove @DoNotInstrument from test classes 2021-08-09 20:02:05 +01:00
SimpleBasePlayerTest.java Support release in SimpleBasePlayer 2023-01-25 18:29:34 +00:00
TimelineTest.java Consider shuffle order in Timeline.equals() 2022-06-28 12:15:54 +00:00
TracksTest.java Rename TracksInfo and TrackGroupInfo 2022-04-26 14:59:00 +01:00