From bb13d787f08e52deb53c1184b41dc5b31f10f77f Mon Sep 17 00:00:00 2001 From: fbaron Date: Fri, 16 Feb 2024 09:15:46 -0800 Subject: [PATCH] Fix import for screenrecord accidentally imported the wrong screenrecord Bug: 322228038 Flag: NONE Test: TaplOpenCloseAllAppsTest#testAllAppsFromHome Change-Id: I80f0b3a9b376144ff4f75f5ce0fb98b1aed5985d --- .../com/android/launcher3/allapps/TaplOpenCloseAllAppsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/com/android/launcher3/allapps/TaplOpenCloseAllAppsTest.java b/tests/src/com/android/launcher3/allapps/TaplOpenCloseAllAppsTest.java index 0f23165ebf..848ae820f0 100644 --- a/tests/src/com/android/launcher3/allapps/TaplOpenCloseAllAppsTest.java +++ b/tests/src/com/android/launcher3/allapps/TaplOpenCloseAllAppsTest.java @@ -25,7 +25,6 @@ import static org.junit.Assume.assumeTrue; import android.content.Intent; import android.platform.test.annotations.PlatinumTest; -import android.platform.test.rule.ScreenRecordRule; import androidx.test.filters.FlakyTest; import androidx.test.platform.app.InstrumentationRegistry; @@ -35,6 +34,7 @@ import com.android.launcher3.LauncherState; import com.android.launcher3.tapl.AllApps; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; +import com.android.launcher3.util.rule.ScreenRecordRule; import org.junit.Before; import org.junit.Test;