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 518 InputMethodManagerService imm = null;
533 imm = new InputMethodManagerService(context, wm);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 134 public class InputMethodManagerService extends IInputMethodManager.Stub
137 static final String TAG = "InputMethodManagerService";
590 private final InputMethodManagerService mParentIMMS;
594 MethodCallback(InputMethodManagerService imms, IInputMethod method,
635 public InputMethodManagerService(Context context, WindowManagerService windowManager) {
    [all...]

Completed in 42 milliseconds