Loading tests/robotests/src/com/android/settings/testutils/shadow/ShadowNotificationManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import org.robolectric.annotation.Implements; import java.util.Set; @Implements(NotificationManager.class) public class ShadowNotificationManager { public class ShadowNotificationManager extends org.robolectric.shadows.ShadowNotificationManager { private int mZenMode; private ZenModeConfig mZenModeConfig; Loading Loading
tests/robotests/src/com/android/settings/testutils/shadow/ShadowNotificationManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import org.robolectric.annotation.Implements; import java.util.Set; @Implements(NotificationManager.class) public class ShadowNotificationManager { public class ShadowNotificationManager extends org.robolectric.shadows.ShadowNotificationManager { private int mZenMode; private ZenModeConfig mZenModeConfig; Loading