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

Commit b3a934d9 authored by vadimt's avatar vadimt
Browse files

Quick for for broken OOP tests

Change-Id: I1009381a58ca28b3ef922f1c6bb872f811f88716
parent 308f356e
Loading
Loading
Loading
Loading
+19 −17
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ public abstract class AbstractLauncherUiTest {
        mLauncher = new LauncherInstrumentation(instrumentation);

        // b/130558787; b/131419978
        if (TestHelpers.isInLauncherProcess()) {
            try {
                Class systemProps = Class.forName("android.os.SystemProperties");
                Method getInt = systemProps.getMethod("getInt", String.class, int.class);
@@ -132,6 +133,7 @@ public abstract class AbstractLauncherUiTest {
                e.printStackTrace();
            }
        }
    }

    public void setActiveOverlay(String overlayPackage,
            LauncherInstrumentation.NavigationModel expectedMode) {