Update outdated log message

This method was renamed from requestCursorAnchorInfo to
requestCursorUpdates a while ago, and most of the references were
renamed in [1], but this log line retained the old method name.

[1]: I75701a5a32d52283497208013c28ceb75c1adfa9

Test: n/a
Bug: 192412909
Change-Id: Idf322258e7576bf8441a5f86c4f143dcbfc62463
This commit is contained in:
Cosmin Băieș
2023-07-04 17:22:45 +02:00
parent c673a7c25f
commit 1c9e410da0

View File

@@ -1118,7 +1118,7 @@ final class RemoteInputConnectionImpl extends IRemoteInputConnection.Stub {
@InputConnection.CursorUpdateFilter int cursorUpdateFilter, int imeDisplayId) {
final InputConnection ic = getInputConnection();
if (ic == null || !isActive()) {
Log.w(TAG, "requestCursorAnchorInfo on inactive InputConnection");
Log.w(TAG, "requestCursorUpdates on inactive InputConnection");
return false;
}
if (mParentInputMethodManager.mRequestCursorUpdateDisplayIdCheck.get()