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

Commit a88e319b authored by Cole Faust's avatar Cole Faust
Browse files

Supress errorprone warnings

So that they can be promoted to an error by default.

Bug: 253827323
Test: m RUN_ERROR_PRONE=true javac-check
Change-Id: Id386aecfaed2c96809a8a4cbfdb104e5fe87a084
parent b7bbcd7f
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);