diff options
author | Jerry Chang <chenghsiuchang@google.com> | 2020-07-16 12:31:24 +0800 |
---|---|---|
committer | Jerry Chang <chenghsiuchang@google.com> | 2020-07-22 11:46:04 +0800 |
commit | 919d1d280e95aa52411ba90441df971b62b158ff (patch) | |
tree | 6cdbadccf459c4b51ef3429defd8cd9d2915f85a /packages/SystemUI/src/com/android/systemui/Dependency.java | |
parent | 82658d6c48859d30f57d913d5a906b5cc755e416 (diff) |
Migrate wm package in sysui to WM shell lib (1/n)
Bug: 161655636
Test: atest WindowManagerShellTests
Test: atest SystemUITests
Change-Id: I42f13ee7fbb14ba3b7f33ed5654ec72454dc6dba
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/Dependency.java')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/Dependency.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/Dependency.java b/packages/SystemUI/src/com/android/systemui/Dependency.java index 02d2b8e4ef0f..49a2328c5d18 100644 --- a/packages/SystemUI/src/com/android/systemui/Dependency.java +++ b/packages/SystemUI/src/com/android/systemui/Dependency.java @@ -122,9 +122,9 @@ import com.android.systemui.util.leak.GarbageMonitor; import com.android.systemui.util.leak.LeakDetector; import com.android.systemui.util.leak.LeakReporter; import com.android.systemui.util.sensors.AsyncSensorManager; -import com.android.systemui.wm.DisplayController; -import com.android.systemui.wm.DisplayImeController; -import com.android.systemui.wm.SystemWindows; +import com.android.wm.shell.common.DisplayController; +import com.android.wm.shell.common.DisplayImeController; +import com.android.wm.shell.common.SystemWindows; import java.util.function.Consumer; |