Searched defs:NetworkMonitor (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java69 public class NetworkMonitor extends StateMachine { class in inherits:StateMachine
71 private static final String TAG = "NetworkMonitor";
116 * Inform NetworkMonitor that their network is connected.
129 * Inform NetworkMonitor to linger a network. The Monitor should
160 * Inform NetworkMonitor that the network has disconnected.
265 public NetworkMonitor(Context context, Handler handler, NetworkAgentInfo networkAgentInfo, method in class:NetworkMonitor
267 // Add suffix indicating which NetworkMonitor we're talking about.

Completed in 107 milliseconds