summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-12-19 16:13:18 -0800
committerBrett Chabot <brettchabot@google.com>2018-12-19 16:23:47 -0800
commitdd0c2ae39db9a19444363706c0d4478253b18e01 (patch)
tree672bf74c31015d59d133373874a3f3797f189f2d /tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java
parent3bbabd6569d15a2ff6a6feea755f13ed42ee5d2c (diff)
downloadandroid_frameworks_opt_net_wifi-dd0c2ae39db9a19444363706c0d4478253b18e01.tar.gz
android_frameworks_opt_net_wifi-dd0c2ae39db9a19444363706c0d4478253b18e01.tar.bz2
android_frameworks_opt_net_wifi-dd0c2ae39db9a19444363706c0d4478253b18e01.zip
Take 2 of Migrate frameworks/opt/net/wifi to androidx.test
See go/jetpack-test-android-migration Test: atest FrameworksWifiTests Bug: None Change-Id: I76a3394fe1e4f5b268ed2716291b33d1db8f9f85
Diffstat (limited to 'tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java b/tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java
index 101fe16f6..7225c2abf 100644
--- a/tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/hotspot2/ANQPMatcherTest.java
@@ -21,7 +21,8 @@ import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import android.net.wifi.EAPConstants;
-import android.support.test.filters.SmallTest;
+
+import androidx.test.filters.SmallTest;
import com.android.server.wifi.IMSIParameter;
import com.android.server.wifi.hotspot2.anqp.CellularNetwork;