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

  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 32 import com.android.server.input.InputManagerService;
33 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks;
34 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT;
35 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;
36 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT;
37 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT;
38 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT;
39 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT;
50 * both the InputManagerService notifyWiredAccessoryChanged interface and the UEventObserver
85 private final InputManagerService mInputManager
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioningController.java 31 import com.android.server.input.InputManagerService;
39 private final InputManagerService mInputManager;
55 TaskPositioningController(WindowManagerService service, InputManagerService inputManager,
WindowManagerInternal.java 33 import com.android.server.input.InputManagerService;
159 DragState state, Display display, InputManagerService service,
InputMonitor.java 53 import com.android.server.input.InputManagerService;
62 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
WindowManagerService.java 246 import com.android.server.input.InputManagerService;
731 final InputManagerService mInputManager;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowManagerServiceRule.java 40 import com.android.server.input.InputManagerService;
104 InputManagerService ims = mock(InputManagerService.class);
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 223 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
226 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
252 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
319 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex);
332 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex);
InputManagerService.java 122 public class InputManagerService extends IInputManager.Stub
188 private static native long nativeInit(InputManagerService service,
314 public InputManagerService(Context context) {
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 79 import com.android.server.input.InputManagerService;
    [all...]

Completed in 498 milliseconds