Rename getBypassable to isBypassable
Bug: 262336021 Bug: 256775913 Test: atest FrameworksNetTests Change-Id: I5ac8f4f9a2a64189fc66d3c14af6da201a35e3e2
This commit is contained in:
committed by
Chiachang Wang
parent
df91219a9b
commit
2ed983512c
@@ -1893,7 +1893,7 @@ public class VpnTest extends VpnTestBase {
|
||||
|
||||
// Check if allowBypass is set or not.
|
||||
assertTrue(nacCaptor.getValue().isBypassableVpn());
|
||||
assertTrue(((VpnTransportInfo) ncCaptor.getValue().getTransportInfo()).getBypassable());
|
||||
assertTrue(((VpnTransportInfo) ncCaptor.getValue().getTransportInfo()).isBypassable());
|
||||
|
||||
return new PlatformVpnSnapshot(vpn, nwCb, ikeCb, childCb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user