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

Commit 9a14e59a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "GlobalActionsImeTest: make SysuiTestCase" into rvc-dev am: b5e54cab...

Merge "GlobalActionsImeTest: make SysuiTestCase" into rvc-dev am: b5e54cab am: 59d42041 am: 2ed35c29 am: 7ff2d944

Change-Id: I34c988104ee3f68ef5721bed7e760f58d7388ede
parents 3ffe70c9 7ff2d944
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -34,6 +34,8 @@ import androidx.test.filters.LargeTest;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.rule.ActivityTestRule;
import androidx.test.rule.ActivityTestRule;


import com.android.systemui.SysuiTestCase;

import org.junit.Rule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Test;


@@ -41,7 +43,7 @@ import java.util.concurrent.TimeUnit;
import java.util.function.BooleanSupplier;
import java.util.function.BooleanSupplier;


@LargeTest
@LargeTest
public class GlobalActionsImeTest {
public class GlobalActionsImeTest extends SysuiTestCase {


    @Rule
    @Rule
    public ActivityTestRule<TestActivity> mActivityTestRule = new ActivityTestRule<>(
    public ActivityTestRule<TestActivity> mActivityTestRule = new ActivityTestRule<>(