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

Commit baf53532 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Fix merge conflict.

ag/13210542 was submitted directly into internal and is causing
a merge conflict in NetworkNotificationManagerTest.

Fix the conflict by adding the unused imports.

Test: m
Bug: 175409684
Change-Id: I6eec459a5e5b9900ddeb9e17d90f07432eee1394
parent 9a90bb9e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,7 +46,9 @@ import androidx.test.runner.AndroidJUnit4;
import com.android.internal.R;
import com.android.server.connectivity.NetworkNotificationManager.NotificationType;

import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.AdditionalAnswers;