diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-02-17 14:22:17 -0800 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-02-17 14:22:17 -0800 |
| commit | a924dc0db952fe32509435fdb8dc9c84a9e181f3 (patch) | |
| tree | 8cc54e665e471aa5df6561e945ed24d85dabd39a /services/java/com/android/server/InputMethodManagerService.java | |
| parent | 51510388ee26ac5f3fc662e67f9d8a17f806713a (diff) | |
Start window manager refactoring.
Move all of the pieces into a new com.android.server.wm package.
Change-Id: I942b7bcfb84ee0f843f47d58e55ffc5a93c0da94
Diffstat (limited to 'services/java/com/android/server/InputMethodManagerService.java')
| -rw-r--r-- | services/java/com/android/server/InputMethodManagerService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/InputMethodManagerService.java b/services/java/com/android/server/InputMethodManagerService.java index 51e9b0077b59..44b859098e05 100644 --- a/services/java/com/android/server/InputMethodManagerService.java +++ b/services/java/com/android/server/InputMethodManagerService.java @@ -26,7 +26,7 @@ import com.android.internal.view.IInputMethodManager; import com.android.internal.view.IInputMethodSession; import com.android.internal.view.InputBindResult; -import com.android.server.StatusBarManagerService; +import com.android.server.EventLogTags; import org.xmlpull.v1.XmlPullParserException; |
