Removing unnecessary method from tests

Change-Id: I28b180b0e63b277b1bf2b206a848fc6ff14a2722
This commit is contained in:
Sunny Goyal
2020-01-28 10:44:57 -08:00
parent 4b26b21424
commit fc86a9c75c
4 changed files with 10 additions and 45 deletions

View File

@@ -41,8 +41,8 @@ import com.android.launcher3.testcomponent.AppWidgetNoConfig;
import com.android.launcher3.testcomponent.AppWidgetWithConfig;
import com.android.launcher3.testcomponent.RequestPinItemActivity;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.util.Condition;
import com.android.launcher3.util.Wait;
import com.android.launcher3.util.Wait.Condition;
import com.android.launcher3.util.rule.ShellCommandRule;
import org.junit.Before;