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

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

Completed in 729 milliseconds