Searched refs:mMethodList (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java214 final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in class:InputMethodManagerService
644 final int N = mMethodList.size();
647 InputMethodInfo imi = mMethodList.get(i);
674 final int N = mMethodList.size();
677 InputMethodInfo imi = mMethodList.get(i);
909 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId, !mSystemReady);
1184 return new ArrayList<>(mMethodList);
3041 mMethodList.clear();
3073 mMethodList.add(p);
3092 if (mMethodList
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java887 private final ArrayList<InputMethodInfo> mMethodList; field in class:InputMethodUtils.InputMethodSettings
957 mMethodList = methodList;
1088 final int N = mMethodList.size();
1090 InputMethodInfo imi = mMethodList.get(i);

Completed in 14 milliseconds