Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -4262,7 +4262,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } // --------------------------------------------------------------- case MSG_INLINE_SUGGESTIONS_REQUEST: case MSG_INLINE_SUGGESTIONS_REQUEST: { args = (SomeArgs) msg.obj; final InlineSuggestionsRequestInfo requestInfo = (InlineSuggestionsRequestInfo) args.arg2; Loading @@ -4274,8 +4274,10 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } catch (RemoteException e) { Slog.w(TAG, "RemoteException calling onCreateInlineSuggestionsRequest(): " + e); } args.recycle(); return true; } } return false; } Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -4262,7 +4262,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } // --------------------------------------------------------------- case MSG_INLINE_SUGGESTIONS_REQUEST: case MSG_INLINE_SUGGESTIONS_REQUEST: { args = (SomeArgs) msg.obj; final InlineSuggestionsRequestInfo requestInfo = (InlineSuggestionsRequestInfo) args.arg2; Loading @@ -4274,8 +4274,10 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } catch (RemoteException e) { Slog.w(TAG, "RemoteException calling onCreateInlineSuggestionsRequest(): " + e); } args.recycle(); return true; } } return false; } Loading