Searched defs:methodMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java904 HashMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList,
908 mMethodMap = methodMap;
902 InputMethodSettings( Resources res, ContentResolver resolver, HashMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList, @UserIdInt int userId, boolean copyOnWrite) argument
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java4089 public InputMethodFileManager(HashMap<String, InputMethodInfo> methodMap, int userId) { argument
4090 if (methodMap == null) {
4091 throw new NullPointerException("methodMap is null");
4093 mMethodMap = methodMap;
4106 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, methodMap);
4149 HashMap<String, InputMethodInfo> methodMap) {
4150 // Safety net for the case that this function is called before methodMap is set.
4151 final boolean isSetMethodMap = methodMap != null && methodMap.size() > 0;
4161 if (isSetMethodMap && !methodMap
4147 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
[all...]

Completed in 56 milliseconds