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

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java127 public class InputMethodManagerService extends IInputMethodManager.Stub class in inherits:IInputMethodManager.Stub,ServiceConnection,Handler.Callback
130 static final String TAG = "InputMethodManagerService";
557 private final InputMethodManagerService mParentIMMS;
559 MethodCallback(final IInputMethod method, final InputMethodManagerService imms) {
598 public InputMethodManagerService(Context context, WindowManagerService windowManager) { method in class:InputMethodManagerService
915 // foreground user, not for the user of that process. Accordingly InputMethodManagerService
3309 private final InputMethodManagerService mImms;
3311 public InputMethodAndSubtypeListManager(Context context, InputMethodManagerService imms) {

Completed in 1038 milliseconds