Home
last modified time | relevance | path

Searched refs:mSourceAddress (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecConfig.java36 private String mSourceAddress = ""; field in IpSecConfig
79 mSourceAddress = sourceAddress; in setSourceAddress()
142 return mSourceAddress; in getSourceAddress()
203 out.writeString(mSourceAddress); in writeToParcel()
225 mSourceAddress = c.mSourceAddress; in IpSecConfig()
242 mSourceAddress = in.readString(); in IpSecConfig()
267 .append(mSourceAddress) in toString()
313 && lhs.mSourceAddress.equals(rhs.mSourceAddress) in equals()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java664 private final String mSourceAddress; field in IpSecService.SpiRecord
672 mSourceAddress = sourceAddress; in SpiRecord()
685 mResourceId, mSourceAddress, mDestinationAddress, mSpi, 0, 0); in freeUnderlyingResources()
736 .append(mSourceAddress) in toString()