From 063552f8c9d3a54944ef6d4764dddb2952b30624 Mon Sep 17 00:00:00 2001 From: Pavel Grafov Date: Wed, 30 Jan 2019 21:44:39 +0000 Subject: [PATCH] Cleanup leftover commented code. Test: builds Bug: none Change-Id: Ic14227d0ddccbd04e13c7a61197765eab2555cbe --- .../app/src/com/android/cts/net/hostside/VpnTest.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java b/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java index f58fa7b1b8..17e13478b0 100755 --- a/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java +++ b/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java @@ -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;