Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d9caa8b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Supress errorprone warnings" into main am: ac03ab2a

parents 7a8a420f ac03ab2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3708,6 +3708,7 @@ public class BatteryStatsImpl extends BatteryStats {
        public abstract T instantiateObject();
    }
    @SuppressWarnings("ParcelableCreator")
    public static class ControllerActivityCounterImpl extends ControllerActivityCounter
            implements Parcelable {
        private final Clock mClock;
+1 −0
Original line number Diff line number Diff line
@@ -799,6 +799,7 @@ public class WindowContainerTests extends WindowTestsBase {
        verify(child).onConfigurationChanged(any());
    }

    @SuppressWarnings("SelfComparison")
    @Test
    public void testCompareTo() {
        final TestWindowContainerBuilder builder = new TestWindowContainerBuilder(mWm);