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

Commit 53b12ad7 authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Rename HeadsUpManagerTest to match new class name

Bug: 315192399
Test: atest AlertingNotificationManagerTest
Test: atest BaseHeadsUpManagerTest
Test: atest HeadsUpManagerPhoneTest
Flag: NA
Change-Id: I7b3b7c218094134bfdafe9a8f2dc7f95b61f9c2d
parent 055c490f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ import org.mockito.Mock;
@SmallTest
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper
public class HeadsUpManagerTest extends AlertingNotificationManagerTest {
public class BaseHeadsUpManagerTest extends AlertingNotificationManagerTest {
    private static final int TEST_TOUCH_ACCEPTANCE_TIME = 200;
    private static final int TEST_A11Y_AUTO_DISMISS_TIME = 1_000;
    private static final int TEST_A11Y_TIMEOUT_TIME = 3_000;