media/libraries/session/src
ibaker 043a80a5ba Fix most IntDef violations in MediaControllerImplLegacy
This commit doesn't resolve all the violations. Specifically,
INDEX_UNSET is still being incorrectly passed as various IntDef values
to the PlayerInfo constructor, but making these parameters (and the
corresponding PlayerInfo fields) @Nullable is a more involved change
(and it's not obvious at what point we can guarantee the value will be
non-null/non-INDEX_UNSET), so it's left for a later commit.

PiperOrigin-RevId: 407294091
2021-11-09 10:09:13 +00:00
..
main Fix most IntDef violations in MediaControllerImplLegacy 2021-11-09 10:09:13 +00:00
test Migrate usages of Window-based Player methods 2021-11-09 10:07:30 +00:00