summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-12-13 19:06:49 -0800
committerBrett Chabot <brettchabot@google.com>2018-12-14 10:59:30 -0800
commit560ff95760cd1fc1da022e0972a5e29b739fcc52 (patch)
tree4230d3027633ea94b01515657d07c3c8d7c2317e /tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
parentccc05b9e87f06903eb4764bb7bf94f2f307e0be1 (diff)
downloadandroid_frameworks_opt_net_wifi-560ff95760cd1fc1da022e0972a5e29b739fcc52.tar.gz
android_frameworks_opt_net_wifi-560ff95760cd1fc1da022e0972a5e29b739fcc52.tar.bz2
android_frameworks_opt_net_wifi-560ff95760cd1fc1da022e0972a5e29b739fcc52.zip
Migrate frameworks/opt/net/wifi to androidx.test
See go/jetpack-test-android-migration Test: make checkbuild Bug: None Change-Id: I68f37d8eaf20b82a4e26ef7914e13460495e9762
Diffstat (limited to 'tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java b/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
index 072b65ede..3d011da23 100644
--- a/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
@@ -25,7 +25,8 @@ import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.provider.Settings;
-import android.support.test.filters.SmallTest;
+
+import androidx.test.filters.SmallTest;
import com.android.internal.notification.SystemNotificationChannels;