Searched refs:mSourceAddr (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 73 private final String mSourceAddr; field in IpSecServiceParameterizedTest 154 mSourceAddr = sourceAddr; in IpSecServiceParameterizedTest() 280 config.setSourceAddress(mSourceAddr); in addDefaultSpisAndRemoteAddrToIpSecConfig() 585 mSourceAddr, mDestinationAddr, fakeNetwork, new Binder(), pkgName); in createAndValidateTunnel() 595 createAndValidateTunnel(mSourceAddr, mDestinationAddr, "blessedPackage"); in testCreateTunnelInterface() 607 eq(mSourceAddr), in testCreateTunnelInterface() 617 createAndValidateTunnel(mSourceAddr, mDestinationAddr, "blessedPackage"); in testDeleteTunnelInterface() 637 createAndValidateTunnel(mSourceAddr, mDestinationAddr, "blessedPackage"); in testTunnelInterfaceBinderDeath() 667 createAndValidateTunnel(mSourceAddr, mDestinationAddr, "blessedPackage"); in testApplyTunnelModeTransform() 696 createAndValidateTunnel(mSourceAddr, mDestinationAddr, pkgName); in testAddRemoveAddressFromTunnelInterface() [all …]
|