Loading core/tests/coretests/src/android/graphics/drawable/IconTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -400,6 +400,7 @@ public class IconTest { } @Test @DisabledOnRavenwood(blockedBy = DesktopExperienceFlags.class) public void testParcel() throws Exception { final Bitmap originalbits = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) .getBitmap(); Loading Loading
core/tests/coretests/src/android/graphics/drawable/IconTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -400,6 +400,7 @@ public class IconTest { } @Test @DisabledOnRavenwood(blockedBy = DesktopExperienceFlags.class) public void testParcel() throws Exception { final Bitmap originalbits = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) .getBitmap(); Loading