Home | History | Annotate | Download | only in server

Lines Matching refs:methodMap

3317         public InputMethodFileManager(HashMap<String, InputMethodInfo> methodMap, int userId) {
3318 if (methodMap == null) {
3319 throw new NullPointerException("methodMap is null");
3321 mMethodMap = methodMap;
3334 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, methodMap);
3377 HashMap<String, InputMethodInfo> methodMap) {
3378 // Safety net for the case that this function is called before methodMap is set.
3379 final boolean isSetMethodMap = methodMap != null && methodMap.size() > 0;
3389 if (isSetMethodMap && !methodMap.containsKey(imiId)) {