Searched refs:getEncapType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/net/java/android/net/
H A DIpSecConfigTest.java43 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType());
/frameworks/base/core/java/android/net/
H A DIpSecConfig.java169 public int getEncapType() { method in class:IpSecConfig
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java1427 switch (config.getEncapType()) {
1442 throw new IllegalArgumentException("Invalid Encap Type: " + config.getEncapType());
1504 int encapType = c.getEncapType(), encapLocalPort = 0, encapRemotePort = 0;
1571 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) {
1685 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) {

Completed in 139 milliseconds