media/testutils/src/main
Googler 55b4c9a148 Update code to prepare for nullness annotations in Truth.
In most cases, this means updating Subject subclasses and their assertThat methods to accept null actual values. (They should always accept null so that assertions like "assertThat(foo).isNull()" succeed instead of throwing NullPointerException.)

Occasionally, it involves other changes, like writing `isGreaterThan(1L)` instead of `isGreaterThan(1)` to resolve an ambiguity it Kotlin overload resolution.

PiperOrigin-RevId: 511776581
2023-02-24 11:15:12 +00:00
..
java/com/google/android/exoplayer2/testutil Update code to prepare for nullness annotations in Truth. 2023-02-24 11:15:12 +00:00
res/layout Update to androidx.media3 2021-10-27 09:12:46 +01:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00