commit | 90622cfcc48b115f6ccab469dd23bccc6d01a965 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Tue Mar 12 10:58:57 2024 -0700 |
committer | Yohei Yukawa <yukawa@google.com> | Tue Mar 12 10:58:57 2024 -0700 |
tree | 3d54f83e0feb1781bc59de374791b319f5bddfa1 | |
parent | 4d88d1b17f97780efa83ff152bef9f3f46225d9a [diff] |
Introduce per-user InputMethodSettings cache As a preparation for concurrent multi-user support in InputMethodManagerService, this CL introduces InputMethodSettingsRepository as a per-user InputMethodSettings repository. Note that InputMethodSettingsRepository.get(userId) has not yet used in this CL thus there must be no user observable behavior change. Bug: 309837937 Test: presubmit Change-Id: Iccede363caffb04087f511b6585cf07565dafda1