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

/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java53 private InetAddress mRemoteAddress; field in class:RtpStream
96 return mRemoteAddress;
164 mRemoteAddress = address;
/frameworks/base/core/java/android/net/
H A DIpSecManager.java726 private final InetAddress mRemoteAddress; field in class:IpSecManager.IpSecTunnelInterface
789 mRemoteAddress = remoteAddress;
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java792 private final String mRemoteAddress; field in class:IpSecService.TunnelInterfaceRecord
810 mRemoteAddress = remoteAddr;
862 return mRemoteAddress;
894 .append(", mRemoteAddress=")
895 .append(mRemoteAddress)

Completed in 163 milliseconds