summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/WakeupEvaluatorTest.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/WakeupEvaluatorTest.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/WakeupEvaluatorTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WakeupEvaluatorTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WakeupEvaluatorTest.java b/tests/wifitests/src/com/android/server/wifi/WakeupEvaluatorTest.java
index d9750189f..f7c23aef9 100644
--- a/tests/wifitests/src/com/android/server/wifi/WakeupEvaluatorTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WakeupEvaluatorTest.java
@@ -22,6 +22,7 @@ import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import android.net.wifi.ScanResult;
+import android.support.test.filters.SmallTest;
import android.util.ArraySet;
import com.android.server.wifi.util.ScanResultUtil;
@@ -39,6 +40,7 @@ import java.util.Set;
/**
* Unit tests for {@link WakeupEvaluator}.
*/
+@SmallTest
public class WakeupEvaluatorTest {
private static final String SAVED_SSID_1 = "saved ssid 1";