HomeSort by relevance Sort by last modified time
    Searched full:wifi_network (Results 1 - 7 of 7) sorted by null

  /tools/test/connectivity/acts/tests/google/net/
DataCostTest.py 47 req_params = ("wifi_network", "download_file")
103 wifi_network,
111 wifi_network: Wifi network id on the device
115 ad.droid.connectivityGetMultipathPreferenceForNetwork(wifi_network)
141 wutils.wifi_connect(ad, self.wifi_network)
142 wifi_network = ad.droid.connectivityGetActiveNetwork()
143 self.log.info("wifi network %s" % wifi_network)
147 ad, RELIABLE, RELIABLE, wifi_network, cell_network)
164 ad, RELIABLE, NONE, wifi_network, cell_network)
180 wutils.wifi_connect(ad, self.wifi_network)
    [all...]
DataUsageTest.py 67 req_params = ("wifi_network", "download_file", "file_size", "network")
247 wutils.wifi_connect(self.dut, self.wifi_network)
IpSecTest.py 40 req_params = ("wifi_network",)
42 wutils.wifi_connect(self.dut_a, self.wifi_network)
43 wutils.wifi_connect(self.dut_b, self.wifi_network)
LegacyVpnTest.py 52 wifi_test_utils.wifi_connect(self.dut, self.wifi_network)
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
connectivity_const.py 121 wifi_network = "wifi_network" variable in class:VpnReqParams
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsServiceTest.java 151 private static final Network WIFI_NETWORK = new Network(100);
153 private static final Network[] NETWORKS_WIFI = new Network[]{ WIFI_NETWORK };
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceSetupTest.java     [all...]

Completed in 557 milliseconds