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 512 InputMethodManagerService imm = null;
527 imm = new InputMethodManagerService(context, wm);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 133 public class InputMethodManagerService extends IInputMethodManager.Stub
136 static final String TAG = "InputMethodManagerService";
589 private final InputMethodManagerService mParentIMMS;
593 MethodCallback(InputMethodManagerService imms, IInputMethod method,
634 public InputMethodManagerService(Context context, WindowManagerService windowManager) {
    [all...]

Completed in 52 milliseconds