Searched refs:cell_network (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/tests/google/net/ |
D | DataCostTest.py | 105 cell_network): argument 118 ad.droid.connectivityGetMultipathPreferenceForNetwork(cell_network) 140 cell_network = ad.droid.connectivityGetActiveNetwork() 141 self.log.info("cell network %s" % cell_network) 148 ad, RELIABLE, RELIABLE, wifi_network, cell_network) 161 ad, RELIABLE, NONE, wifi_network, cell_network) 175 cell_network = ad.droid.connectivityGetActiveNetwork() 176 self.log.info("cell network %s" % cell_network) 183 ad, RELIABLE, RELIABLE, wifi_network, cell_network) 186 ad.droid.connectivityNetworkOpenConnection(cell_network, [all …]
|