Searched defs:NetworkAgent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkAgent.java38 * A bearer may have more than one NetworkAgent if it can simultaneously
44 public abstract class NetworkAgent extends Handler { class in inherits:Handler
63 * Sent by ConnectivityService to the NetworkAgent to inform it of
64 * suspected connectivity problems on its network. The NetworkAgent
70 * Sent by the NetworkAgent (note the EVENT vs CMD prefix) to
78 * Sent by the NetworkAgent to ConnectivityService to pass the current
85 * Sent by the NetworkAgent to ConnectivityService to pass the current
97 * Sent by the NetworkAgent to ConnectivityService to pass the current
104 * Sent by the NetworkAgent to ConnectivityService to add new UID ranges
111 * Sent by the NetworkAgent t
208 public NetworkAgent(Looper looper, Context context, String logTag, NetworkInfo ni, method in class:NetworkAgent
213 public NetworkAgent(Looper looper, Context context, String logTag, NetworkInfo ni, method in class:NetworkAgent
[all...]

Completed in 57 milliseconds