Searched refs:cell_network (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/tests/google/net/ |
D | DataCostTest.py | 104 cell_network): argument 117 ad.droid.connectivityGetMultipathPreferenceForNetwork(cell_network) 139 cell_network = ad.droid.connectivityGetActiveNetwork() 140 self.log.info("cell network %s" % cell_network) 147 ad, RELIABLE, RELIABLE, wifi_network, cell_network) 164 ad, RELIABLE, NONE, wifi_network, cell_network) 178 cell_network = ad.droid.connectivityGetActiveNetwork() 179 self.log.info("cell network %s" % cell_network) 186 ad, RELIABLE, RELIABLE, wifi_network, cell_network) 189 ad.droid.connectivityNetworkOpenConnection(cell_network, [all …]
|