HomeSort by relevance Sort by last modified time
    Searched refs:InputMethodManagerService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
SystemServer.java 537 InputMethodManagerService imm = null;
550 imm = new InputMethodManagerService(context, wm);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 144 public class InputMethodManagerService extends IInputMethodManager.Stub
148 static final String TAG = "InputMethodManagerService";
722 private final InputMethodManagerService mParentIMMS;
726 MethodCallback(InputMethodManagerService imms, IInputMethod method,
767 public InputMethodManagerService(Context context, WindowManagerService windowManager) {
    [all...]

Completed in 46 milliseconds