summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-12-19 22:59:15 +0000
committerBrett Chabot <brettchabot@google.com>2018-12-19 23:07:34 +0000
commit3f8595baf0a2f5ea417445714149fe0d2ab16ff5 (patch)
tree3b842715009ae947c0334d8ab2cf269a35279df5 /tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
parent560ff95760cd1fc1da022e0972a5e29b739fcc52 (diff)
downloadandroid_frameworks_opt_net_wifi-3f8595baf0a2f5ea417445714149fe0d2ab16ff5.tar.gz
android_frameworks_opt_net_wifi-3f8595baf0a2f5ea417445714149fe0d2ab16ff5.tar.bz2
android_frameworks_opt_net_wifi-3f8595baf0a2f5ea417445714149fe0d2ab16ff5.zip
Revert "Migrate frameworks/opt/net/wifi to androidx.test"
This reverts commit 560ff95760cd1fc1da022e0972a5e29b739fcc52. Reason for revert: Broke master Exempt-From-Owner-Approval: build fix, pure revert Change-Id: I9f155cff6a712a6831be6af6b4dc671a35cd2ee1
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, 1 insertions, 2 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java b/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
index 3d011da23..072b65ede 100644
--- a/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
@@ -25,8 +25,7 @@ import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.provider.Settings;
-
-import androidx.test.filters.SmallTest;
+import android.support.test.filters.SmallTest;
import com.android.internal.notification.SystemNotificationChannels;