Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ public class NotificationViewWrapperTest { @Test public void constructor_doesntUseViewContext() throws Exception { new TestableNotificationViewWrapper(mContext, new View(null /* context */), null /* row */); new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */); } static class TestableNotificationViewWrapper extends NotificationViewWrapper { Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ public class NotificationViewWrapperTest { @Test public void constructor_doesntUseViewContext() throws Exception { new TestableNotificationViewWrapper(mContext, new View(null /* context */), null /* row */); new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */); } static class TestableNotificationViewWrapper extends NotificationViewWrapper { Loading