commit | 5d3f629a5cdc5db28025c76460a12a7e5f74beb5 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu Nov 09 16:59:03 2023 -0800 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Nov 09 16:59:03 2023 -0800 |
tree | 1812ffe0e68d9ab5aff938098a7de2f2ffee9896 | |
parent | d2018b52c20a1ed0984b5c9b63ba4ac29afe8ec9 [diff] |
Add IMMS#getCurrentImeUserId() to reduce inter-class dependencies In order to clarify the data dependency between *Controller classes and InputMethodManagerService, this CL introduces InputMethodManagerService#getCurrentImeUserId() to reduce the direct references to InputMethodUtils from controller classes. This is a mechanical refactoring CL. There must be no observable behavior change. Bug: 309868254 Test: presubmit Change-Id: I70b64921f676513be400129b8a79f35a28776d60