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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java148 public class InputMethodManagerService extends IInputMethodManager.Stub class in inherits:IInputMethodManager.Stub,ServiceConnection,Handler.Callback
152 static final String TAG = "InputMethodManagerService";
306 * {@link InputMethodManagerService}.</p>
739 private final InputMethodManagerService mParentIMMS;
743 MethodCallback(InputMethodManagerService imms, IInputMethod method,
785 private InputMethodManagerService mService;
789 mService = new InputMethodManagerService(context);
847 public InputMethodManagerService(Context context) { method in class:InputMethodManagerService
1132 // foreground user, not for the user of that process. Accordingly InputMethodManagerService

Completed in 15 milliseconds