Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f10dd492 authored by Justin Weir's avatar Justin Weir
Browse files

Remove CentralSurfacesImpl.getNotificationShadeWindowView

Fixes: 284332422
Test: manual
Test: run and fix affected unit tests
Change-Id: I00560078975df25309da558cdfdba132b609dab1
parent 1f12daa2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ import com.android.systemui.navigationbar.NavigationBarView;
import com.android.systemui.plugins.ActivityStarter.OnDismissAction;
import com.android.systemui.plugins.statusbar.NotificationSwipeActionHelper;
import com.android.systemui.qs.QSPanelController;
import com.android.systemui.shade.NotificationShadeWindowView;
import com.android.systemui.shade.NotificationShadeWindowViewController;
import com.android.systemui.shade.ShadeViewController;
import com.android.systemui.shared.system.RemoteAnimationRunnerCompat;
@@ -218,8 +217,6 @@ public interface CentralSurfaces extends Dumpable, LifecycleOwner {
     */
    void wakeUpIfDozing(long time, String why, @PowerManager.WakeReason int wakeReason);

    NotificationShadeWindowView getNotificationShadeWindowView();

    NotificationShadeWindowViewController getNotificationShadeWindowViewController();

    /** */
+0 −5
Original line number Diff line number Diff line
@@ -1743,11 +1743,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
        Trace.endSection();
    }

    @Override
    public NotificationShadeWindowView getNotificationShadeWindowView() {
        return mNotificationShadeWindowView;
    }

    @Override
    public NotificationShadeWindowViewController getNotificationShadeWindowViewController() {
        return mNotificationShadeWindowViewController;