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

  /frameworks/base/services/java/com/android/server/
WiredAccessoryManager.java 35 import com.android.server.input.InputManagerService;
36 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks;
37 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT;
38 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;
39 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT;
40 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT;
51 * both the InputManagerService notifyWiredAccessoryChanged interface and the UEventObserver
84 private final InputManagerService mInputManager;
88 public WiredAccessoryManager(Context context, InputManagerService inputManager) {
SystemServer.java 57 import com.android.server.input.InputManagerService;
156 InputManagerService inputManager = null;
308 inputManager = new InputManagerService(context, wmHandler);
    [all...]
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 194 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
197 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
223 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
InputManagerService.java 96 public class InputManagerService extends IInputManager.Stub
149 private static native int nativeInit(InputManagerService service,
244 public InputManagerService(Context context, Handler handler) {
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 19 import com.android.server.input.InputManagerService;
35 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
WindowManagerService.java 43 import com.android.server.input.InputManagerService;
543 final InputManagerService mInputManager;
698 final InputManagerService im, final Handler wmHandler,
727 DisplayManagerService displayManager, InputManagerService inputManager,
    [all...]

Completed in 482 milliseconds