From 44f036fd5a5ea3253f8df979898f720edbc1af82 Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Fri, 29 Sep 2017 05:09:09 -0700 Subject: Removed remaining use of static stack ids. Replace by windowingMode and activityType. Test: Existing tests pass. Test: go/wm-smoke Bug: 64146578 Change-Id: I2ff026de3ead1a3e7136df17c68ed37d7aae5495 --- .../android/framework/permission/tests/WindowManagerPermissionTests.java | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/permission/src') diff --git a/tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java b/tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java index 4aeae70ec979..9c4da1f72e38 100644 --- a/tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java +++ b/tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java @@ -24,7 +24,6 @@ import android.test.suitebuilder.annotation.SmallTest; import android.view.IWindowManager; import junit.framework.TestCase; -import static android.app.ActivityManager.StackId.INVALID_STACK_ID; import static android.view.Display.DEFAULT_DISPLAY; /** -- cgit v1.2.3-59-g8ed1b