Searched refs:mMethodList (Results 1 – 2 of 2) sorted by relevance
55 private final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodSettingValuesWrapper91 mMethodList.clear(); in refreshAllInputMethodAndSubtypes()92 mMethodList.addAll(mImm.getInputMethodListAsUser( in refreshAllInputMethodAndSubtypes()97 return new ArrayList<>(mMethodList); in getInputMethodList()150 for (InputMethodInfo imi : mMethodList) { in getEnabledInputMethodList()
317 final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodManagerService1358 final int numImes = mMethodList.size(); in onHandleForceStop()1361 InputMethodInfo imi = mMethodList.get(i); in onHandleForceStop()1432 for (InputMethodInfo imi : mMethodList) { in onPackageDataCleared()1498 final int numImes = mMethodList.size(); in onFinishPackageChangesInternal()1501 InputMethodInfo imi = mMethodList.get(i); in onFinishPackageChangesInternal()2126 methodList = new ArrayList<>(mMethodList); in getInputMethodListLocked()5335 if (mMethodList.contains(imi)) { in buildInputMethodListLocked()6112 int numImes = mMethodList.size(); in dumpAsStringNoCheck()6115 InputMethodInfo info = mMethodList.get(i); in dumpAsStringNoCheck()[all …]