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

Commit 368d3cd5 authored by Jeff Chen's avatar Jeff Chen
Browse files

NotificationPanelViewController is legacy only.

Bug: 416716460
Test: http://ab/I72500010394777400
Flag: TEST_ONLY
Change-Id: I12a948e70fc2dfe1926e8c643fac6eb7a2f36690
parent 96e5ea29
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