Home
last modified time | relevance | path

Searched refs:getDestinationAddress (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DIpSecService.java620 mConfig.getDestinationAddress(), in freeUnderlyingResources()
700 public String getDestinationAddress() { in getDestinationAddress() method in IpSecService.SpiRecord
1456 if (TextUtils.isEmpty(config.getDestinationAddress())) { in checkIpSecConfig()
1457 config.setDestinationAddress(s.getDestinationAddress()); in checkIpSecConfig()
1461 if (!config.getDestinationAddress().equals(s.getDestinationAddress())) { in checkIpSecConfig()
1468 checkInetAddress(config.getDestinationAddress()); in checkIpSecConfig()
1527 c.getDestinationAddress(), in createOrUpdateTransform()
1638 c.getDestinationAddress(), in applyTransportModeTransform()
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java41 assertEquals("", c.getDestinationAddress()); in testDefaults()
/frameworks/base/core/java/android/net/
DIpSecConfig.java149 public String getDestinationAddress() { in getDestinationAddress() method in IpSecConfig
DIpSecTransform.java317 NetworkUtils.numericToInetAddress(mConfig.getDestinationAddress())); in startNattKeepalive()