From 89c98953c5d367410e4d031a7c4b9b2aa1f3512b Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Fri, 14 Aug 2020 10:38:20 +0000 Subject: [PATCH] [RESTRICT AUTOMERGE] Update IMMS to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 162536543 Change-Id: I0ac9c6b4414fe056c4dc06e5f9a14ad08c3cadcb --- .../server/inputmethod/InputMethodManagerService.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java b/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java index 70a3054d8ec3b..1d2ed17a8b323 100644 --- a/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +++ b/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java @@ -3020,9 +3020,10 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (PER_PROFILE_IME_ENABLED && userId != mSettings.getCurrentUserId()) { switchUserLocked(userId); } - // Master feature flag that overrides other conditions and forces IME preRendering. + + // Main feature flag that overrides other conditions and forces IME preRendering. if (DEBUG) { - Slog.v(TAG, "IME PreRendering MASTER flag: " + Slog.v(TAG, "IME PreRendering main flag: " + DebugFlags.FLAG_PRE_RENDER_IME_VIEWS.value() + ", LowRam: " + mIsLowRam); } // pre-rendering not supported on low-ram devices.