HomeSort by relevance Sort by last modified time
    Searched defs:NetworkAgent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
NetworkAgent.java 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 ConnectivityService to the NetworkAgent to inform the agent of the
121 * Sent by the NetworkAgent to ConnectivityService to indicate this network wa
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 25 import android.net.NetworkAgent;
    [all...]

Completed in 121 milliseconds