Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8097a52c authored by jorgegil@google.com's avatar jorgegil@google.com
Browse files

Remove unused imports in PipController

Bug: None
Test: m -j
Change-Id: I640ce26e60eda056584e0db06df9f328a6831ea2
parent 32026d51
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ import android.os.RemoteException;
import android.os.UserHandle;
import android.text.TextUtils;
import android.util.Log;
import android.util.Pair;
import android.view.DisplayInfo;

import com.android.wm.shell.R;
@@ -57,7 +56,6 @@ import com.android.wm.shell.pip.PipBoundsHandler;
import com.android.wm.shell.pip.PipBoundsState;
import com.android.wm.shell.pip.PipMediaController;
import com.android.wm.shell.pip.PipTaskOrganizer;
import com.android.wm.shell.pip.PipUtils;

import java.util.ArrayList;
import java.util.List;