diff options
author | Oscar Shu <xshu@google.com> | 2018-07-30 17:10:14 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-07-30 17:10:14 +0000 |
commit | 77021f9c7b1f80ccf288ca60fbf8296a36d25039 (patch) | |
tree | a5ce213a8e9123a75ab8ce7d51b0fe0cab7f8754 /tests | |
parent | 886469d39b1cc3d709d655ef8905884dd4544069 (diff) | |
parent | 63ed9c98ef8f796fbdee8dafe5a6de0a81e0ccbd (diff) |
Merge "Removing unused scoring thresholds"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java b/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java index 3e9e9217c..3a678bbef 100644 --- a/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java +++ b/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java @@ -105,18 +105,6 @@ public class WifiScoreReportTest { when(resources.getInteger( R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz)) .thenReturn(-60); - when(resources.getInteger( - R.integer.config_wifi_framework_wifi_score_bad_link_speed_24)) - .thenReturn(6); // Mbps - when(resources.getInteger( - R.integer.config_wifi_framework_wifi_score_bad_link_speed_5)) - .thenReturn(12); - when(resources.getInteger( - R.integer.config_wifi_framework_wifi_score_good_link_speed_24)) - .thenReturn(24); - when(resources.getInteger( - R.integer.config_wifi_framework_wifi_score_good_link_speed_5)) - .thenReturn(36); } /** |