summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/tapl/com/android/launcher3/tapl/AllApps.java15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/AllApps.java b/tests/tapl/com/android/launcher3/tapl/AllApps.java
index c1eba202c..d5b2c878e 100644
--- a/tests/tapl/com/android/launcher3/tapl/AllApps.java
+++ b/tests/tapl/com/android/launcher3/tapl/AllApps.java
@@ -18,12 +18,11 @@ package com.android.launcher3.tapl;
import static org.junit.Assert.assertTrue;
+import androidx.annotation.NonNull;
import androidx.test.uiautomator.BySelector;
import androidx.test.uiautomator.Direction;
import androidx.test.uiautomator.UiObject2;
-import androidx.annotation.NonNull;
-
import com.android.launcher3.TestProtocol;
/**
@@ -135,16 +134,4 @@ public class AllApps extends LauncherInstrumentation.VisibleContainer {
allAppsContainer.fling(Direction.UP, FLING_SPEED);
verifyActiveContainer();
}
-
- /**
- * Gets the UI object for AllApps.
- * Used by NexusLauncherStrategy.openAllApps(). No one else should use it.
- *
- * @return container object.
- */
- @Deprecated
- @NonNull
- public UiObject2 getObjectDeprecated() {
- return verifyActiveContainer();
- }
}