Loading tests/AndroidManifest-common.xml +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ </intent-filter> </activity-alias> <activity-alias android:name="Activity15" android:exported="true" android:label="ThemeIconTestActivity" android:label="IconThemedActivity" android:icon="@drawable/test_theme_icon" android:targetActivity="com.android.launcher3.testcomponent.OtherBaseTestingActivity"> <intent-filter> Loading tests/res/xml/shortcuts.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shortcuts xmlns:android="http://schemas.android.com/apk/res/android" > <shortcut android:shortcutId="shortcut1" android:shortcutId="shortcut1_themed" android:icon="@drawable/test_theme_icon" android:shortcutShortLabel="@string/shortcut1"> <intent android:action="com.android.launcher3.intent.action.test_shortcut"/> Loading tests/src/com/android/launcher3/ui/workspace/ThemeIconsTest.java +1 −3 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ import com.android.launcher3.ui.TaplTestsLauncher3; import com.android.launcher3.util.Executors; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import org.junit.Ignore; import org.junit.Test; import java.util.ArrayDeque; Loading @@ -52,7 +51,7 @@ import java.util.Queue; @LargeTest public class ThemeIconsTest extends AbstractLauncherUiTest { private static final String APP_NAME = "ThemeIconTestActivity"; private static final String APP_NAME = "IconThemedActivity"; private static final String SHORTCUT_APP_NAME = "LauncherTestApp"; private static final String SHORTCUT_NAME = "Shortcut 1"; Loading Loading @@ -111,7 +110,6 @@ public class ThemeIconsTest extends AbstractLauncherUiTest { } } @Ignore @Test @ScreenRecord // b/260722220 public void testShortcutIconWithTheme() throws Exception { Loading Loading
tests/AndroidManifest-common.xml +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ </intent-filter> </activity-alias> <activity-alias android:name="Activity15" android:exported="true" android:label="ThemeIconTestActivity" android:label="IconThemedActivity" android:icon="@drawable/test_theme_icon" android:targetActivity="com.android.launcher3.testcomponent.OtherBaseTestingActivity"> <intent-filter> Loading
tests/res/xml/shortcuts.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shortcuts xmlns:android="http://schemas.android.com/apk/res/android" > <shortcut android:shortcutId="shortcut1" android:shortcutId="shortcut1_themed" android:icon="@drawable/test_theme_icon" android:shortcutShortLabel="@string/shortcut1"> <intent android:action="com.android.launcher3.intent.action.test_shortcut"/> Loading
tests/src/com/android/launcher3/ui/workspace/ThemeIconsTest.java +1 −3 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ import com.android.launcher3.ui.TaplTestsLauncher3; import com.android.launcher3.util.Executors; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import org.junit.Ignore; import org.junit.Test; import java.util.ArrayDeque; Loading @@ -52,7 +51,7 @@ import java.util.Queue; @LargeTest public class ThemeIconsTest extends AbstractLauncherUiTest { private static final String APP_NAME = "ThemeIconTestActivity"; private static final String APP_NAME = "IconThemedActivity"; private static final String SHORTCUT_APP_NAME = "LauncherTestApp"; private static final String SHORTCUT_NAME = "Shortcut 1"; Loading Loading @@ -111,7 +110,6 @@ public class ThemeIconsTest extends AbstractLauncherUiTest { } } @Ignore @Test @ScreenRecord // b/260722220 public void testShortcutIconWithTheme() throws Exception { Loading