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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java150 public class InputMethodManagerService extends IInputMethodManager.Stub class in inherits:IInputMethodManager.Stub,ServiceConnection,Handler.Callback
154 static final String TAG = "InputMethodManagerService";
310 * {@link InputMethodManagerService}.</p>
743 private final InputMethodManagerService mParentIMMS;
747 MethodCallback(InputMethodManagerService imms, IInputMethod method,
789 private InputMethodManagerService mService;
793 mService = new InputMethodManagerService(context);
851 public InputMethodManagerService(Context context) { method in class:InputMethodManagerService
1136 // foreground user, not for the user of that process. Accordingly InputMethodManagerService
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java697 mSystemServiceManager.startService(InputMethodManagerService.Lifecycle.class);

Completed in 101 milliseconds