Home | History | Annotate | Download | only in net

Lines Matching defs:NetworkAgent

38  * A bearer may have more than one NetworkAgent if it can simultaneously
44 public abstract class NetworkAgent extends 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 to ConnectivityService to remove UID ranges
118 * Sent by ConnectivityService to the NetworkAgent to inform the agent of the
135 * Sent by the NetworkAgent to ConnectivityService to indicate this network was
144 * Sent by ConnectivityService to the NetworkAgent to inform the agent of
154 * Sent by ConnectivityService to the NetworkAgent to inform the agent to pull
160 * Sent by ConnectivityService to the NetworkAgent to request that the specified packet be sent
181 * Sent by the NetworkAgent to ConnectivityService to provide status on a packet keepalive
208 public NetworkAgent(Looper looper, Context context, String logTag, NetworkInfo ni,
213 public NetworkAgent(Looper looper, Context context, String logTag, NetworkInfo ni,
222 if (VDBG) log("Registering NetworkAgent");
236 if (VDBG) log("NetworkAgent fully connected");
257 if (DBG) log("NetworkAgent channel lost");
508 Log.d(LOG_TAG, "NetworkAgent: " + s);