From 5e13ca55ad772b80c05b860d9c3ad616dd5684b3 Mon Sep 17 00:00:00 2001 From: Muhammad Qureshi Date: Tue, 16 Jun 2020 16:39:43 -0700 Subject: Rename "Westworld" to "Statsd" Bug: 158725651 Test: N/A; trivial name change Change-Id: Iedcdf61e2edc7404504fdce9030513f11d31bc66 --- tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java | 2 +- .../wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java | 2 +- tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java b/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java index e374a9080..61979f1e8 100644 --- a/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java +++ b/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java @@ -535,7 +535,7 @@ public class WifiDataStallTest extends WifiBaseTest { } /** - * Check WestWorld logging + * Check statsd logging */ @Test public void testWifiStatsLogWrite() throws Exception { diff --git a/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java b/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java index 264fe9048..12796510e 100644 --- a/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java +++ b/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java @@ -541,7 +541,7 @@ public class WifiHealthMonitorTest extends WifiBaseTest { } /** - * Check WestWorld logging after one daily detection with high non-local disconnection rate + * Check statsd logging after one daily detection with high non-local disconnection rate */ @Test public void testWifiStatsLogWrite() throws Exception { diff --git a/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java b/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java index ca5ae268d..198eb079f 100644 --- a/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java +++ b/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java @@ -1947,10 +1947,10 @@ public class WifiMetricsTest extends WifiBaseTest { } /** - * Test logging to WestWorld when a connection event finishes. + * Test logging to statsd when a connection event finishes. */ @Test - public void testLogWifiConnectionResultWestworld() throws Exception { + public void testLogWifiConnectionResultStatsd() throws Exception { // static mocking for WifiStatsLog mSession = ExtendedMockito.mockitoSession() .strictness(Strictness.LENIENT) -- cgit v1.2.3