OSDN Git Service

Use LocalService to access UserManagerServcie from DragState.
authorDaichi Hirono <hirono@google.com>
Fri, 15 Dec 2017 00:49:18 +0000 (09:49 +0900)
committerDaichi Hirono <hirono@google.com>
Tue, 9 Jan 2018 04:37:37 +0000 (13:37 +0900)
commit01b645072c6a8f18bf0ba677226f5f235280c25d
treee9240cd32d8baddf4fef3d2fe490fe5c80595893
parent0be794a14c212d53b702844f500003ffd85e5ade
Use LocalService to access UserManagerServcie from DragState.

It allows us to replace UserManagerServcie with a mock when writing
tests for DragState.

Bug: 70601660
Test: com.android.server.wm.DragDropControllerTests,
      android.server.wm.CrossAppDragAndDropTests,
      manually check the drag and drop behavior on test app.

Change-Id: I2db9cbe1e1b3542ecd7d60b26fc0e7b322041eb4
services/core/java/com/android/server/wm/DragState.java