Merge "Fix build."

This commit is contained in:
Jeff Brown
2011-10-05 19:11:04 -07:00
committed by Android (Google) Code Review

View File

@@ -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");