Merge "Add ScreenRecordrule to FallbackRecentsTest" into tm-dev am: d5d06190a7

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17570026

Change-Id: Ib81e7c35566ccd0a9afc4d0af17ea01ecf696bf9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Alex Chau
2022-04-05 11:22:33 +00:00
committed by Automerger Merge Worker
@@ -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;
@@ -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();