diff --git a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java index 0cefe44667747..039e13c41e9a6 100644 --- a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java +++ b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java @@ -25,6 +25,7 @@ import android.graphics.Rect; import android.os.Binder; import android.os.Handler; import android.os.IBinder; +import android.os.Looper; import android.os.RemoteException; import android.os.UserHandle; import android.util.Log; @@ -49,7 +50,7 @@ public class OverviewProxyService implements CallbackController mConnectionCallbacks = new ArrayList<>(); @@ -102,14 +103,14 @@ public class OverviewProxyService implements CallbackController