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";
554 private final InputMethodManagerService mParentIMMS;
556 MethodCallback(final IInputMethod method, final InputMethodManagerService imms) {
595 public InputMethodManagerService(Context context, WindowManagerService windowManager) { method in class:InputMethodManagerService
910 // foreground user, not for the user of that process. Accordingly InputMethodManagerService
3291 private final InputMethodManagerService mImms;
3293 public InputMethodAndSubtypeListManager(Context context, InputMethodManagerService imms) {

Completed in 114 milliseconds