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

Commit 479e8f40 authored by Lyn's avatar Lyn
Browse files

Remove unused test var

Bug: 315362456
Test: BaseHeadsUpManagerTest
Flag: none
Change-Id: I3dbd41d0675ceec0eb83106d5dc7394f14bf9fd5
parent f293548f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ public class BaseHeadsUpManagerTest extends SysuiTestCase {
    @Rule
    public MockitoRule rule = MockitoJUnit.rule();

    private static final String TEST_PACKAGE_NAME = "BaseHeadsUpManagerTest";

    static final int TEST_TOUCH_ACCEPTANCE_TIME = 200;
    static final int TEST_A11Y_AUTO_DISMISS_TIME = 1_000;

@@ -80,8 +78,6 @@ public class BaseHeadsUpManagerTest extends SysuiTestCase {
    private final HeadsUpManagerLogger mLogger = spy(new HeadsUpManagerLogger(logcatLogBuffer()));
    @Mock private AccessibilityManagerWrapper mAccessibilityMgr;

    private static final int TEST_UID = 0;

    protected static final int TEST_MINIMUM_DISPLAY_TIME = 400;
    protected static final int TEST_AUTO_DISMISS_TIME = 600;
    protected static final int TEST_STICKY_AUTO_DISMISS_TIME = 800;