summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.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/WifiLastResortWatchdogTest.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/WifiLastResortWatchdogTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java b/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
index b35ab6665..e9351258f 100644
--- a/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
@@ -24,10 +24,9 @@ import static org.mockito.MockitoAnnotations.*;
import android.net.wifi.WifiConfiguration;
import android.net.wifi.WifiSsid;
import android.os.test.TestLooper;
+import android.support.test.filters.SmallTest;
import android.util.Pair;
-import androidx.test.filters.SmallTest;
-
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;