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

Commit 77b2ca1a authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

csis: Remove spare imports

This is a result from auto fix while uploading change to this module.

Tag: #feature
Bug: 279572849
Test: atest BluetoothInstrumentationTests:com.android.bluetooth.csip.CsipSetCoordinatorServiceTest#testOutgoingConnectExistingUuid -- --abi x86_64
Change-Id: I81430749e804358c40795a7e17b4b897790af320
parent a93dffc0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ import androidx.test.filters.MediumTest;
import androidx.test.rule.ServiceTestRule;
import androidx.test.runner.AndroidJUnit4;

import com.android.bluetooth.R;
import com.android.bluetooth.TestUtils;
import com.android.bluetooth.Utils;
import com.android.bluetooth.btservice.AdapterService;
@@ -50,7 +49,6 @@ import java.util.concurrent.TimeoutException;

import org.junit.After;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;