Loading quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ import com.android.launcher3.tapl.TestHelpers; import com.android.launcher3.testcomponent.TestCommandReceiver; import com.android.launcher3.util.Wait; import com.android.launcher3.util.rule.FailureWatcher; import com.android.launcher3.util.rule.ScreenRecordRule; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import com.android.quickstep.views.RecentsView; Loading Loading @@ -91,6 +92,9 @@ public class FallbackRecentsTest { @Rule public final TestRule mOrderSensitiveRules; @Rule public ScreenRecordRule mScreenRecordRule = new ScreenRecordRule(); public FallbackRecentsTest() throws RemoteException { Instrumentation instrumentation = getInstrumentation(); Context context = instrumentation.getContext(); Loading Loading
quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ import com.android.launcher3.tapl.TestHelpers; import com.android.launcher3.testcomponent.TestCommandReceiver; import com.android.launcher3.util.Wait; import com.android.launcher3.util.rule.FailureWatcher; import com.android.launcher3.util.rule.ScreenRecordRule; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import com.android.quickstep.views.RecentsView; Loading Loading @@ -91,6 +92,9 @@ public class FallbackRecentsTest { @Rule public final TestRule mOrderSensitiveRules; @Rule public ScreenRecordRule mScreenRecordRule = new ScreenRecordRule(); public FallbackRecentsTest() throws RemoteException { Instrumentation instrumentation = getInstrumentation(); Context context = instrumentation.getContext(); Loading