Loading tests/src/com/android/launcher3/ui/workspace/TaplThemeIconsTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package com.android.launcher3.ui.workspace; import static com.android.launcher3.util.TestConstants.AppNames.TEST_APP_NAME; import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; Loading @@ -38,6 +40,7 @@ import com.android.launcher3.tapl.HomeAppIcon; import com.android.launcher3.tapl.HomeAppIconMenuItem; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.util.Executors; import com.android.launcher3.util.rule.TestStabilityRule; import org.junit.Test; Loading Loading @@ -111,6 +114,7 @@ public class TaplThemeIconsTest extends AbstractLauncherUiTest<Launcher> { } @Test @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/350557998 public void testShortcutIconWithTheme() throws Exception { setThemeEnabled(true); initialize(this); Loading Loading
tests/src/com/android/launcher3/ui/workspace/TaplThemeIconsTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package com.android.launcher3.ui.workspace; import static com.android.launcher3.util.TestConstants.AppNames.TEST_APP_NAME; import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; Loading @@ -38,6 +40,7 @@ import com.android.launcher3.tapl.HomeAppIcon; import com.android.launcher3.tapl.HomeAppIconMenuItem; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.util.Executors; import com.android.launcher3.util.rule.TestStabilityRule; import org.junit.Test; Loading Loading @@ -111,6 +114,7 @@ public class TaplThemeIconsTest extends AbstractLauncherUiTest<Launcher> { } @Test @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/350557998 public void testShortcutIconWithTheme() throws Exception { setThemeEnabled(true); initialize(this); Loading