Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ee36cf91 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Accept List<> instead of ArrayList<> around InputMethodListBuilder

InputMethodListBuilder can actually take

  List<InputMethodInfo>

instead of

  ArrayList<InputMethodInfo>,

and such a change will help us merge the following fields

  InputMethodManagerService#mMethodList
  InputMethodManagerService#mMethodMap

into

  InputMethodManagerService#mSettings

in a subsequent CL.

There must be no observable behavior change.

Bug: 309837937
Bug: 309870347
Test: presubmit
Change-Id: Ie81ad03693c91d8f39167c0711649b5f2448ceb9
parent 563721fd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment