summaryrefslogtreecommitdiff
path: root/tests/permission/src
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2017-09-29 05:09:09 -0700
committerWale Ogunwale <ogunwale@google.com>2017-10-11 07:40:46 -0700
commit44f036fd5a5ea3253f8df979898f720edbc1af82 (patch)
tree4eafdaf108cef5c8bd84a07e40b624e34bdc3394 /tests/permission/src
parent9eb155567d911516ed23bad643b47486d6cc6fcd (diff)
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
Diffstat (limited to 'tests/permission/src')
-rw-r--r--tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java1
1 files changed, 0 insertions, 1 deletions
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;
/**