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

Commit 442d5bca authored by Jeff Chen's avatar Jeff Chen Committed by Android (Google) Code Review
Browse files

Merge "NotificationPanelViewController is legacy only." into main

parents c82b638e 368d3cd5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@

package com.android.systemui.shade;

import static android.view.Display.TYPE_INTERNAL;

import static com.android.systemui.display.data.repository.FakeDisplayRepositoryKt.display;
import static com.android.systemui.statusbar.StatusBarState.KEYGUARD;

import static com.google.common.truth.Truth.assertThat;
@@ -59,6 +56,7 @@ import org.junit.runner.RunWith;
@SmallTest
@RunWith(AndroidJUnit4.class)
@TestableLooper.RunWithLooper(setAsMainLooper = true)
@DisableSceneContainer
public class NotificationPanelViewControllerTest extends NotificationPanelViewControllerBaseTest {

    @Before