summaryrefslogtreecommitdiff
path: root/apct-tests
diff options
context:
space:
mode:
authorMing-Shin Lu <lumark@google.com>2020-12-10 01:54:22 +0800
committerMing-Shin Lu <lumark@google.com>2020-12-13 15:28:56 +0000
commitb6c4b82ebf900ebc0dd79c7bead962f1f4878496 (patch)
treeac17d2124cca17cc3c6cc34660d43c81cb9b5ae8 /apct-tests
parent00da245beb959688a1d7161c6611457ccbf62d86 (diff)
Move TaskSnapshot into android.window package
Bug: 166736352 Test: build pass Test: atest CtsWindowManagerDeviceTests Change-Id: I7f03524f018ceb64c109fd9d78abeb0ea98b6ea5
Diffstat (limited to 'apct-tests')
-rw-r--r--apct-tests/perftests/windowmanager/src/android/wm/RecentsAnimationPerfTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/apct-tests/perftests/windowmanager/src/android/wm/RecentsAnimationPerfTest.java b/apct-tests/perftests/windowmanager/src/android/wm/RecentsAnimationPerfTest.java
index 2aea61f4e540..98b5938e4026 100644
--- a/apct-tests/perftests/windowmanager/src/android/wm/RecentsAnimationPerfTest.java
+++ b/apct-tests/perftests/windowmanager/src/android/wm/RecentsAnimationPerfTest.java
@@ -24,8 +24,8 @@ import static org.hamcrest.core.AnyOf.anyOf;
import static org.hamcrest.core.Is.is;
import android.app.ActivityManager;
-import android.app.ActivityManager.TaskSnapshot;
import android.app.ActivityTaskManager;
+import android.window.TaskSnapshot;
import android.app.IActivityTaskManager;
import android.content.ComponentName;
import android.content.Context;