Searched refs:InputMethodFileManager (Results 1 – 1 of 1) sorted by relevance
153 private final InputMethodFileManager mFileManager;540 mFileManager = new InputMethodFileManager(mMethodMap); in InputMethodManagerService()3115 private static class InputMethodFileManager { class in InputMethodManagerService3133 public InputMethodFileManager(HashMap<String, InputMethodInfo> methodMap) { in InputMethodFileManager() method in InputMethodManagerService.InputMethodFileManager