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

Commit 770cc426 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Revert "Cleanup code related to ag/11035582"

This reverts commit a2a1f86d.

Reason for revert: b/154068414

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

    protected final LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
@@ -277,6 +278,7 @@ 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);
    }

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