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

/frameworks/base/core/java/android/net/
H A DIpSecConfig.java63 private int mEncapRemotePort; field in class:IpSecConfig
121 mEncapRemotePort = port;
178 return mEncapRemotePort;
212 out.writeInt(mEncapRemotePort);
234 mEncapRemotePort = c.mEncapRemotePort;
254 mEncapRemotePort = in.readInt();
276 .append(", mEncapRemotePort=")
277 .append(mEncapRemotePort)
319 && lhs.mEncapRemotePort
[all...]

Completed in 156 milliseconds