media/libraries/common/src/test
jbibik 620b9e1540 Use TestUtil.getPublicMethods instead of getDeclaredMethods
JaCoCo introduces private synthetic methods (even on interfaces) which
have to be skipped when checking that a 'forwarding' implementation does
forward everything. Instead we can use the existing `getPublicMethods()`
method which implicitly skips these (since they're private).

PiperOrigin-RevId: 533130932
2023-05-19 17:08:26 +01:00
..
java/androidx/media3/common Use TestUtil.getPublicMethods instead of getDeclaredMethods 2023-05-19 17:08:26 +01:00
AndroidManifest.xml Make package in test manifest consistent 2021-11-08 15:18:26 +00:00