Loading services/core/java/com/android/server/inputmethod/ZeroJankProxy.java +11 −8 Original line number Diff line number Diff line Loading @@ -441,6 +441,7 @@ public class ZeroJankProxy extends IInputMethodManager.Stub { private void sendOnStartInputResult( IInputMethodClient client, InputBindResult res, int startInputSeq) { synchronized (ImfLock.class) { InputMethodManagerService service = (InputMethodManagerService) mInner; final ClientState cs = service.getClientState(client); if (cs != null && cs.mClient != null) { Loading @@ -448,7 +449,9 @@ public class ZeroJankProxy extends IInputMethodManager.Stub { } else { // client is unbound. Slog.i(TAG, "Client that requested startInputOrWindowGainedFocus is no longer" + " bound. InputBindResult: " + res + " for startInputSeq: " + startInputSeq); + " bound. InputBindResult: " + res + " for startInputSeq: " + startInputSeq); } } } } Loading Loading
services/core/java/com/android/server/inputmethod/ZeroJankProxy.java +11 −8 Original line number Diff line number Diff line Loading @@ -441,6 +441,7 @@ public class ZeroJankProxy extends IInputMethodManager.Stub { private void sendOnStartInputResult( IInputMethodClient client, InputBindResult res, int startInputSeq) { synchronized (ImfLock.class) { InputMethodManagerService service = (InputMethodManagerService) mInner; final ClientState cs = service.getClientState(client); if (cs != null && cs.mClient != null) { Loading @@ -448,7 +449,9 @@ public class ZeroJankProxy extends IInputMethodManager.Stub { } else { // client is unbound. Slog.i(TAG, "Client that requested startInputOrWindowGainedFocus is no longer" + " bound. InputBindResult: " + res + " for startInputSeq: " + startInputSeq); + " bound. InputBindResult: " + res + " for startInputSeq: " + startInputSeq); } } } } Loading