Reorganize language & input settings

Bug: 14860252
Bug: 16115751
Change-Id: I198aabebc08421764b78e137e7f26d2a7772d452
This commit is contained in:
Tadashi G. Takaoka
2014-07-09 16:26:12 +09:00
parent 45ece1cf60
commit 74e7c3e360
6 changed files with 292 additions and 353 deletions

View File

@@ -169,7 +169,7 @@ class InputMethodSettingValuesWrapper {
return count;
}
private boolean isEnabledImi(InputMethodInfo imi) {
boolean isEnabledImi(InputMethodInfo imi) {
final List<InputMethodInfo> enabledImis;
synchronized (mMethodMap) {
enabledImis = mSettings.getEnabledInputMethodListLocked();