Loading tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest { } @Test @Ignore // Convert test to TAPL and enable them; b/131116002 // Convert test to TAPL; b/131116002 public void testCustomProfileLoaded_with_icon_on_hotseat() throws Exception { writeLayout(new LauncherLayoutBuilder().atHotseat(0).putApp(SETTINGS_APP, SETTINGS_APP)); Loading @@ -86,7 +86,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest { } @Test @Ignore // Convert test to TAPL and enable them; b/131116002 // Convert test to TAPL; b/131116002 public void testCustomProfileLoaded_with_widget() throws Exception { // A non-restored widget with no config screen gets restored automatically. LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false); Loading @@ -106,7 +106,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest { } @Test @Ignore // Convert test to TAPL and enable them; b/131116002 // Convert test to TAPL; b/131116002 public void testCustomProfileLoaded_with_folder() throws Exception { writeLayout(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) .addApp(SETTINGS_APP, SETTINGS_APP) Loading tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest { performTest(); } // b/131116002 // Convert to TAPL b/131116002 private void performTest() throws Throwable { clearHomescreen(); mActivityMonitor.startLauncher(); Loading Loading
tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest { } @Test @Ignore // Convert test to TAPL and enable them; b/131116002 // Convert test to TAPL; b/131116002 public void testCustomProfileLoaded_with_icon_on_hotseat() throws Exception { writeLayout(new LauncherLayoutBuilder().atHotseat(0).putApp(SETTINGS_APP, SETTINGS_APP)); Loading @@ -86,7 +86,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest { } @Test @Ignore // Convert test to TAPL and enable them; b/131116002 // Convert test to TAPL; b/131116002 public void testCustomProfileLoaded_with_widget() throws Exception { // A non-restored widget with no config screen gets restored automatically. LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false); Loading @@ -106,7 +106,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest { } @Test @Ignore // Convert test to TAPL and enable them; b/131116002 // Convert test to TAPL; b/131116002 public void testCustomProfileLoaded_with_folder() throws Exception { writeLayout(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) .addApp(SETTINGS_APP, SETTINGS_APP) Loading
tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest { performTest(); } // b/131116002 // Convert to TAPL b/131116002 private void performTest() throws Throwable { clearHomescreen(); mActivityMonitor.startLauncher(); Loading