HomeSort by relevance Sort by last modified time
    Searched refs:netId (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
NetdClientDispatch.cpp 29 static unsigned fallBackNetIdForResolv(unsigned netId) {
30 return netId;
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java 105 int netId = mWifiManager.addNetwork(config);
107 mWifiManager.removeNetwork(netId);
WifiManagerTest.java 344 int netId = mWifiManager.addNetwork(wifiConfiguration);
354 assertTrue(mWifiManager.enableNetwork(netId, disableOthers));
359 assertTrue(mWifiManager.disableNetwork(netId));
366 netId = mWifiManager.updateNetwork(wifiConfiguration);
371 assertTrue(mWifiManager.removeNetwork(netId));
  /development/apps/Development/src/com/android/development/
Connectivity.java 549 int netId = Integer.valueOf(((TextView) findViewById(R.id.netid)).getText().toString());
550 mNetd.addRoute(netId, new RouteInfo((LinkAddress) null,
559 int netId = Integer.valueOf(((TextView) findViewById(R.id.netid)).getText().toString());
560 mNetd.removeRoute(netId, new RouteInfo((LinkAddress) null,
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 114 milliseconds