From dd0c2ae39db9a19444363706c0d4478253b18e01 Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Wed, 19 Dec 2018 16:13:18 -0800 Subject: 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 --- .../src/com/android/server/wifi/WrongPasswordNotifierTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java') 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; -- cgit v1.2.3