Migrate frameworks/base/services/tests/servicestests to androidx.test

See go/jetpack-test-android-migration

cherrypicked from ag/4608401

Test: atest FrameworksServicesTests
Change-Id: I2d9641c681489135aa3167bb4c9b1296a1a6a4f7
This commit is contained in:
Brett Chabot
2018-07-23 13:08:30 -07:00
committed by Dan Shi
parent 5ea1eb31f0
commit 02532fc4c2

View File

@@ -27,9 +27,10 @@ import android.net.LinkAddress;
import android.net.NetworkUtils; import android.net.NetworkUtils;
import android.net.ProxyInfo; import android.net.ProxyInfo;
import android.net.StaticIpConfiguration; import android.net.StaticIpConfiguration;
import android.support.test.runner.AndroidJUnit4;
import android.util.ArrayMap; import android.util.ArrayMap;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;