Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 187cd3e1 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 45dc56f3: Merge "Fix build."

# Via Android (Google) Code Review (1) and Craig Mautner (1)
* commit '45dc56f3':
  Fix build.
parents 102f7110 45dc56f3
Loading
Loading
Loading
Loading
+1 −31
Original line number Original line Diff line number Diff line
@@ -222,36 +222,6 @@ public class WindowManagerPermissionTests extends TestCase {
        } catch (RemoteException e) {
        } catch (RemoteException e) {
            fail("Unexpected remote exception");
            fail("Unexpected remote exception");
        }
        }
        
        try {
            mWm.moveAppToken(0, null);
            fail("IWindowManager.moveAppToken did not throw SecurityException as"
                    + " expected");
        } catch (SecurityException e) {
            // expected
        } catch (RemoteException e) {
            fail("Unexpected remote exception");
        }
        
        try {
            mWm.moveAppTokensToTop(null);
            fail("IWindowManager.moveAppTokensToTop did not throw SecurityException as"
                    + " expected");
        } catch (SecurityException e) {
            // expected
        } catch (RemoteException e) {
            fail("Unexpected remote exception");
        }
        
        try {
            mWm.moveAppTokensToBottom(null);
            fail("IWindowManager.moveAppTokensToBottom did not throw SecurityException as"
                    + " expected");
        } catch (SecurityException e) {
            // expected
        } catch (RemoteException e) {
            fail("Unexpected remote exception");
        }
    }
    }


    @SmallTest
    @SmallTest