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

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java3442 HashMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList,
3447 mMethodMap = methodMap;
3869 public InputMethodFileManager(HashMap<String, InputMethodInfo> methodMap, int userId) { argument
3870 if (methodMap == null) {
3871 throw new NullPointerException("methodMap is null");
3873 mMethodMap = methodMap;
3886 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, methodMap);
3929 HashMap<String, InputMethodInfo> methodMap) {
3930 // Safety net for the case that this function is called before methodMap is set.
3931 final boolean isSetMethodMap = methodMap !
3440 InputMethodSettings( Resources res, ContentResolver resolver, HashMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList, int userId) argument
3927 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
[all...]

Completed in 68 milliseconds