Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 755a500c authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Fix two lint warnings in IMMS

This is a follow up to my previous CL [1].

There must be no observable behavior change.

 [1]: I9d4615e6da979204c21555e040a687163c1460ab
      e08e5c4a

Bug: 349904272
Test: presubmit
Flag: EXEMPT refactor
Change-Id: Ic329263f16077c954e0b7075154db37ca221c61d
parent e47b907e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3023,8 +3023,8 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                Trace.traceEnd(TRACE_TAG_WINDOW_MANAGER);
                return false;
            }
            final long ident = Binder.clearCallingIdentity();
            final var userData = getUserData(userId);
            final long ident = Binder.clearCallingIdentity();
            try {
                if (DEBUG) Slog.v(TAG, "Client requesting input be shown");
                if (Flags.refactorInsetsController()) {
@@ -3460,8 +3460,8 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                }
                return false;
            }
            final long ident = Binder.clearCallingIdentity();
            final var userData = getUserData(userId);
            final long ident = Binder.clearCallingIdentity();
            try {
                Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "IMMS.hideSoftInput");
                if (DEBUG) Slog.v(TAG, "Client requesting input be hidden");