Cleanup leftover commented code.

Test: builds
Bug: none
Change-Id: Ic14227d0ddccbd04e13c7a61197765eab2555cbe
This commit is contained in:
Pavel Grafov
2019-01-30 21:44:39 +00:00
parent 49e9a78dcb
commit 063552f8c9

View File

@@ -779,17 +779,6 @@ public class VpnTest extends InstrumentationTestCase {
assertEquals(expected, mCM.getProxyForNetwork(network));
}
// public void testIsAlwaysOnIsLockdownNotAlwaysOn() throws Exception {
// if (!supportedHardware()) return;
//
// // This package is the VPN app, so we can call the APIs directly.
//
// startVpn(new String[] {"192.0.2.2/32", "2001:db8:1:2::ffe/128"},
// new String[] {"0.0.0.0/0", "::/0"},
// mPackageName /* allowedApps */, "",
// null /* proxyInfo */);
// }
class ProxyChangeBroadcastReceiver extends BlockingBroadcastReceiver {
private boolean received;