diff options
author | Ming-Shin Lu <lumark@google.com> | 2020-12-16 05:48:03 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-12-16 05:48:03 +0000 |
commit | 460e9b6bcea6c6352ef0460132147644e0e7afcb (patch) | |
tree | dafb0cf87fcb82e77550a47bb031bbaefcd0f498 /apct-tests/perftests | |
parent | 1a55dfc1e17416a0db9968f02982925a56271af8 (diff) | |
parent | b6c4b82ebf900ebc0dd79c7bead962f1f4878496 (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.java | 2 |
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; |