summaryrefslogtreecommitdiff
path: root/apct-tests/perftests
diff options
context:
space:
mode:
authorMing-Shin Lu <lumark@google.com>2020-12-16 05:48:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-12-16 05:48:03 +0000
commit460e9b6bcea6c6352ef0460132147644e0e7afcb (patch)
treedafb0cf87fcb82e77550a47bb031bbaefcd0f498 /apct-tests/perftests
parent1a55dfc1e17416a0db9968f02982925a56271af8 (diff)
parentb6c4b82ebf900ebc0dd79c7bead962f1f4878496 (diff)
Merge "Move TaskSnapshot into android.window package"
Diffstat (limited to 'apct-tests/perftests')
-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;