Loading quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +0 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import android.content.Intent; import android.os.Build; import androidx.test.filters.LargeTest; import androidx.test.runner.AndroidJUnit4; Loading Loading @@ -234,9 +233,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @Test @PortraitLandscape public void testAllAppsFromHome() throws Exception { // b/150958400 if (Build.MODEL.contains("Cuttlefish")) return; // Test opening all apps assertNotNull("switchToAllApps() returned null", mLauncher.getWorkspace().switchToAllApps()); Loading Loading
quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +0 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import android.content.Intent; import android.os.Build; import androidx.test.filters.LargeTest; import androidx.test.runner.AndroidJUnit4; Loading Loading @@ -234,9 +233,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @Test @PortraitLandscape public void testAllAppsFromHome() throws Exception { // b/150958400 if (Build.MODEL.contains("Cuttlefish")) return; // Test opening all apps assertNotNull("switchToAllApps() returned null", mLauncher.getWorkspace().switchToAllApps()); Loading