summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
diff options
context:
space:
mode:
authorMichael Plass <mplass@google.com>2018-07-24 11:19:33 -0700
committerMichael Plass <mplass@google.com>2018-07-30 16:23:12 -0700
commitfbe39a4b811c69abdeed83c699e7ead9f5b40b6e (patch)
tree34b2e9ecfca4a095efeb58782b6300e9012fb5fb /tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
parent77021f9c7b1f80ccf288ca60fbf8296a36d25039 (diff)
downloadandroid_frameworks_opt_net_wifi-fbe39a4b811c69abdeed83c699e7ead9f5b40b6e.tar.gz
android_frameworks_opt_net_wifi-fbe39a4b811c69abdeed83c699e7ead9f5b40b6e.tar.bz2
android_frameworks_opt_net_wifi-fbe39a4b811c69abdeed83c699e7ead9f5b40b6e.zip
Add missing SmallTest annotations in opt/net/wifi
Bug: 73290083 Test: Unit tests Change-Id: Id09ce5ea984da892274c7f63d126dffb63ad5a7c
Diffstat (limited to 'tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java b/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
index 74bfdeba5..072b65ede 100644
--- a/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WrongPasswordNotifierTest.java
@@ -25,6 +25,7 @@ import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.provider.Settings;
+import android.support.test.filters.SmallTest;
import com.android.internal.notification.SystemNotificationChannels;
@@ -38,6 +39,7 @@ import org.mockito.MockitoAnnotations;
/**
* Unit tests for {@link com.android.server.wifi.WrongPasswordNotifier}.
*/
+@SmallTest
public class WrongPasswordNotifierTest {
private static final String TEST_SSID = "Test SSID";