summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/RttManagerTest.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/RttManagerTest.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/RttManagerTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/RttManagerTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/RttManagerTest.java b/tests/wifitests/src/com/android/server/wifi/RttManagerTest.java
index e179142fc..6796b8155 100644
--- a/tests/wifitests/src/com/android/server/wifi/RttManagerTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/RttManagerTest.java
@@ -22,8 +22,7 @@ import android.net.wifi.RttManager;
import android.net.wifi.RttManager.ParcelableRttParams;
import android.net.wifi.RttManager.RttParams;
import android.os.Parcel;
-
-import androidx.test.filters.SmallTest;
+import android.support.test.filters.SmallTest;
import org.junit.Test;