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";
566 private final InputMethodManagerService mParentIMMS;
570 MethodCallback(InputMethodManagerService imms, IInputMethod method,
607 public InputMethodManagerService(Context context, WindowManagerService windowManager) { method in class:InputMethodManagerService
913 // foreground user, not for the user of that process. Accordingly InputMethodManagerService
3185 private final InputMethodManagerService mImms;
3187 public InputMethodAndSubtypeListManager(Context context, InputMethodManagerService imms) {

Completed in 42 milliseconds