OSDN Git Service

Remove an unused param from InputMethodSettings constructor
authorYohei Yukawa <yukawa@google.com>
Fri, 25 Jan 2019 10:47:32 +0000 (02:47 -0800)
committerYohei Yukawa <yukawa@google.com>
Fri, 25 Jan 2019 10:47:32 +0000 (02:47 -0800)
commitf927753d2beb4967b0f9f245c6c2a76fe22e1e89
treef71038bf48fd9b66b70a745d5269e6eb80b5fbb0
parent1c66301bb137d2645164a15e8423ead27ac39c60
Remove an unused param from InputMethodSettings constructor

"methodList" parameter in the constructor of InputMethodSettings is
not used.  This CL removes it in favor of simplicity.

This is a mechanical refactoring.  There should be no behavior change.

Bug: 123379418
Test: make -j checkbuild
Test: atest CtsInputMethodTestCases CtsInputMethodServiceHostTestCases
Change-Id: Ifd987bf57d6ed5622e9091157b1933f6da3ff181
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java
services/core/java/com/android/server/inputmethod/InputMethodUtils.java