Skip to content

Commit 26ae7db

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Fix build."
2 parents 22f3d9f + 3b2faf6 commit 26ae7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public void testSET_ORIENTATION() {
423423
}
424424

425425
try {
426-
mWm.freezeRotation();
426+
mWm.freezeRotation(-1);
427427
mWm.getSwitchState(0);
428428
fail("IWindowManager.freezeRotation did not throw SecurityException as"
429429
+ " expected");

0 commit comments

Comments
 (0)