From 0f17683a1c6aadafe347ecdfa95e29b03c162c43 Mon Sep 17 00:00:00 2001 From: Angela Wang Date: Tue, 3 Jan 2023 08:49:04 +0000 Subject: [PATCH] Removes "Westworld" keyword from codebase. The code will be public in AOSP. We shouldn't mention "Westworld" since it's internal. Bug: 263916791 Test: Build pass. Only modified comment, no extra test needed. Change-Id: Ifdcf4a07e6183b2ffdf3273903e428e9d9126bc5 --- .../settingslib/bluetooth/HearingAidStatsLogUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidStatsLogUtils.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidStatsLogUtils.java index feb5e0bf6e69a..1401a4f923b62 100644 --- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidStatsLogUtils.java +++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidStatsLogUtils.java @@ -41,8 +41,8 @@ public final class HearingAidStatsLogUtils { } /** - * Logs hearing aid device information to westworld, including device mode, device side, and - * entry page id where the binding(connecting) process starts. + * Logs hearing aid device information to statsd, including device mode, device side, and entry + * page id where the binding(connecting) process starts. * * Only logs the info once after hearing aid is bonded(connected). Clears the map entry of this * device when logging is completed.