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

Commit 764e52c9 authored by William Escande's avatar William Escande
Browse files

SystemServer: remove unused import

Test: atest ServiceBluetoothRoboTests
Bug: 311772251
Flag: Exempt, test only
Change-Id: Icb269b051f75a7d8721b8bc423988714dd3f604a
parent d551cf93
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ import org.junit.Rule
import org.junit.Test
import org.junit.rules.TestName
import org.junit.runner.RunWith
import org.mockito.Mockito.times
import org.robolectric.RobolectricTestRunner
import org.robolectric.Shadows.shadowOf

+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ import org.junit.Rule
import org.junit.Test
import org.junit.rules.TestName
import org.junit.runner.RunWith
import org.mockito.Mockito.times
import org.robolectric.RobolectricTestRunner
import org.robolectric.shadows.ShadowToast

+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ import org.junit.Rule
import org.junit.Test
import org.junit.rules.TestName
import org.junit.runner.RunWith
import org.mockito.Mockito.times
import org.robolectric.RobolectricTestRunner

@RunWith(RobolectricTestRunner::class)