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

Commit a2a1f86d authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Cleanup code related to ag/11035582

Bug: 153443049
Change-Id: I2a9e46fa4ffc613751c9f427ce892ddad3878b35
parent afc0bb05
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -162,7 +162,6 @@ public abstract class AbstractLauncherUiTest {
        mLauncher.enableDebugTracing();
        // Avoid double-reporting of Launcher crashes.
        mLauncher.setOnLauncherCrashed(() -> mLauncherPid = 0);
        mLauncher.disableSensorRotation();
    }

    protected final LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
@@ -278,7 +277,6 @@ public abstract class AbstractLauncherUiTest {
            clearPackageData(mDevice.getLauncherPackageName());
            mLauncher.enableDebugTracing();
            mLauncherPid = mLauncher.getPid();
            mLauncher.disableSensorRotation();
        }
    }

+1 −1
Original line number Diff line number Diff line
@@ -1265,7 +1265,7 @@ public final class LauncherInstrumentation {
                TestProtocol.TEST_INFO_RESPONSE_FIELD);
    }

    public void disableSensorRotation() {
    private void disableSensorRotation() {
        getTestInfo(TestProtocol.REQUEST_MOCK_SENSOR_ROTATION);
    }