commit | b29d8357262a114b913a27685b5aa4e0700d99c9 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Tue Dec 05 19:32:42 2023 +0900 |
committer | Yohei Yukawa <yukawa@google.com> | Tue Dec 05 19:32:42 2023 +0900 |
tree | 140786bf8f104bbd07ba564df41aac32cf32ee5e | |
parent | 032f39a79b6500176d4d26e4a402142156d149df [diff] |
Stop pooling TextUtils.SimpleStringSplitter in InputMethodSettings This is a mechanical refactoring CL that removes the following object pools. InputMethodSettings#mInputMethodSplitter InputMethodSettings#mSubtypeSplitter There must be no observable behavior change. This is a preparation to decouple InputMethodSettings from InputMethodManagerService global instance. Bug: 309837937 Test: presubmit Change-Id: I915fa3a5405944a82cfa949d9821739964c8e9c9