Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecConfig.java37 private String mSourceAddress = ""; field in IpSecConfig
83 mSourceAddress = sourceAddress; in setSourceAddress()
162 return mSourceAddress; in getSourceAddress()
227 out.writeString(mSourceAddress); in writeToParcel()
250 mSourceAddress = c.mSourceAddress; in IpSecConfig()
268 mSourceAddress = in.readString(); in IpSecConfig()
294 .append(mSourceAddress) in toString()
342 && mSourceAddress.equals(rhs.mSourceAddress) in equals()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java677 private final String mSourceAddress; field in IpSecService.SpiRecord
685 mSourceAddress = sourceAddress; in SpiRecord()
698 uid, mSourceAddress, mDestinationAddress, mSpi, 0 /* mark */, in freeUnderlyingResources()
750 .append(mSourceAddress) in toString()