commit | c94aff2424d6efc4a9b6b96f0b72959576af8606 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Wed Nov 08 18:19:50 2023 -0800 |
committer | Yohei Yukawa <yukawa@google.com> | Wed Nov 08 18:19:50 2023 -0800 |
tree | 931872607a58a1cc85e37cbabcef1ba2f4d66b14 | |
parent | 2f0a4a538496381a129cbb4647b1b9bd0aaed4f9 [diff] |
Make InputMethodManagerService#mMethodMap private As a preparation to support IMEs for concurrent multi users, this CL makes InputMethodManagerService#mMethodMap as a private field to simplify inter-class data dependencies. This is a mechanical refactoring CL. There must be no observable behavior change. Fix: 30987034 Test: presubmit Change-Id: Id08aa0560e4bee6f837fa14f40d2d234442c7820