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

/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java122 * 4. We call the supplied Callback#notifyLost() function if the loss of a
128 * provisioning; Callback#notifyLost() would be called.
146 public void notifyLost(InetAddress ip, String logMsg); method in interface:IpReachabilityMonitor.Callback
382 mCallback.notifyLost(ip, logMsg);
H A DIpManager.java1186 public void notifyLost(InetAddress ip, String logMsg) {

Completed in 132 milliseconds