HomeSort by relevance Sort by last modified time
    Searched refs:NetworkAgent (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ConnectedScore.java 19 import android.net.NetworkAgent;
27 /** Maximum NetworkAgent score that should be generated by wifi */
28 public static final int WIFI_MAX_SCORE = NetworkAgent.WIFI_BASE_SCORE;
31 public static final int WIFI_TRANSITION_SCORE = NetworkAgent.WIFI_BASE_SCORE - 10;
100 * @return network score - on NetworkAgent scale.
WifiScoreReport.java 19 import android.net.NetworkAgent;
43 private int mScore = NetworkAgent.WIFI_BASE_SCORE;
64 mScore = NetworkAgent.WIFI_BASE_SCORE;
87 * @param networkAgent NetworkAgent to be notified of new score.
90 public void calculateAndReportScore(WifiInfo wifiInfo, NetworkAgent networkAgent,
101 if (networkAgent != null) {
102 netId = networkAgent.netId;
135 if (score > NetworkAgent.WIFI_BASE_SCORE)
    [all...]
WifiStateMachine.java 42 import android.net.NetworkAgent;
674 * {@link NetworkAgent#explicitlySelected(boolean)}
    [all...]
WifiMetrics.java 20 import android.net.NetworkAgent;
90 private static final int MAX_WIFI_SCORE = NetworkAgent.WIFI_BASE_SCORE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 23 import android.net.NetworkAgent;
54 private NetworkAgent mNetworkAgent;
82 // NetworkAgent, NetworkInfo, and associated instance lifetimes.
127 // Create our NetworkAgent.
129 new NetworkAgent(getLooper(), mContext, NETWORK_TYPE, mNetworkInfo,
148 // Let NetworkAgent disconnect do the teardown.
151 // Called by the NetworkFactory, NetworkAgent or PanService to tear down network.
  /frameworks/base/services/core/java/com/android/server/connectivity/
KeepaliveTracker.java 26 import android.net.NetworkAgent;
49 import static android.net.NetworkAgent.CMD_START_PACKET_KEEPALIVE;
50 import static android.net.NetworkAgent.CMD_STOP_PACKET_KEEPALIVE;
51 import static android.net.NetworkAgent.EVENT_PACKET_KEEPALIVE;
147 NetworkAgent.CMD_STOP_PACKET_KEEPALIVE,
211 // NetworkAgent is alive, should we ask it to reply, so it can return failure?
359 NetworkAgent.CMD_START_PACKET_KEEPALIVE, ki).sendToTarget();
Vpn.java 55 import android.net.NetworkAgent;
179 protected NetworkAgent mNetworkAgent;
    [all...]
  /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...]
ConnectivityManager.java     [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 26 import android.net.NetworkAgent;
234 private NetworkAgent mNetworkAgent;
305 Log.e(TAG, "Already have a NetworkAgent - aborting new request");
313 // Create our NetworkAgent.
314 mNetworkAgent = new NetworkAgent(mHandler.getLooper(), mContext,
362 // ConnectivityService will only forget our NetworkAgent if we send it a NetworkInfo object
427 + "networkAgent: " + mNetworkAgent + ", "
  /frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanInterfaceTracker.java 25 import android.net.NetworkAgent;
88 private NetworkAgent mNetworkAgent;
598 new NetworkAgent(
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiScoreReportTest.java 35 import android.net.NetworkAgent;
73 @Mock NetworkAgent mNetworkAgent;
152 * The score should be sent to both the NetworkAgent and the
166 * The score should be sent to neither the NetworkAgent nor the
178 * Test for operation with null NetworkAgent
WifiStateMachineTest.java 43 import android.net.NetworkAgent;
151 // NetworkAgent creates threshold ranges with Integers
    [all...]
WifiMetricsTest.java 25 import android.net.NetworkAgent;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 65 import android.net.NetworkAgent;
273 new Class[] { AsyncChannel.class, ConnectivityService.class, NetworkAgent.class,
    [all...]
  /external/v8/tools/
SourceMap.js 99 NetworkAgent.loadResourceForFrontend(WebInspector.resourceTreeModel.mainFrame.id, sourceMapURL, undefined, contentLoaded.bind(this));
104 * @param {NetworkAgent.Headers} headers
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 31 import android.net.NetworkAgent;
537 nnri.networkAgent = new WifiAwareNetworkAgent(mLooper, mContext,
542 nnri.networkAgent.sendNetworkInfo(networkInfo);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 29 import android.net.NetworkAgent;
    [all...]
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java 103 import android.net.NetworkAgent;
373 private NetworkAgent mNetworkAgent;
413 mNetworkAgent = new NetworkAgent(mHandlerThread.getLooper(), mServiceContext,
444 // Waits for the NetworkAgent to be registered, which includes the creation of the
498 * Transition this NetworkAgent to CONNECTED state with NET_CAPABILITY_INTERNET.
506 * Transition this NetworkAgent to CONNECTED state.
607 public NetworkAgent getNetworkAgent() {
761 // not inherit from NetworkAgent.
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 878 milliseconds

1 2