Searched refs:encapType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecConfig.java112 public void setEncapType(int encapType) { argument
113 mEncapType = encapType;
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java1504 int encapType = c.getEncapType(), encapLocalPort = 0, encapRemotePort = 0;
1505 if (encapType != IpSecTransform.ENCAP_NONE) {
1541 encapType,

Completed in 81 milliseconds