Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/ip/
DIpManager.java404 private IpReachabilityMonitor mIpReachabilityMonitor; field in IpManager
739 if (mIpReachabilityMonitor != null) { in setLinkProperties()
740 mIpReachabilityMonitor.updateLinkProperties(newLp); in setLinkProperties()
1050 mIpReachabilityMonitor = new IpReachabilityMonitor( in enter()
1073 if (mIpReachabilityMonitor != null) { in exit()
1074 mIpReachabilityMonitor.stop(); in exit()
1075 mIpReachabilityMonitor = null; in exit()
1125 if (mIpReachabilityMonitor != null) { in processMessage()
1126 mIpReachabilityMonitor.probeAll(); in processMessage()