Loading tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ public class WindowManagerPermissionTests extends TestCase { } try { mWm.freezeRotation(); mWm.freezeRotation(-1); mWm.getSwitchState(0); fail("IWindowManager.freezeRotation did not throw SecurityException as" + " expected"); Loading Loading
tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ public class WindowManagerPermissionTests extends TestCase { } try { mWm.freezeRotation(); mWm.freezeRotation(-1); mWm.getSwitchState(0); fail("IWindowManager.freezeRotation did not throw SecurityException as" + " expected"); Loading