Searched refs:clients (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gTetheringTest.py | 74 self.clients = self.android_devices[1:] 102 self.clients, 103 self.clients, 126 self.clients, 127 self.clients, 154 self.clients, 155 [self.clients[0]], 167 self.clients, 171 self.clients[0].droid.telephonyToggleDataConnection(True) 172 wifi_reset(self.log, self.clients[0]) [all …]
|
D | Nsa5gDataTest.py | 74 self.clients = self.android_devices[1:]
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveDataTest.py | 139 self.clients = self.android_devices[1:] 697 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 701 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients) 719 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 723 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 742 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 746 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 765 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 769 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 788 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_3G): [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_data_utils.py | 970 def test_internet_connection(log, provider, clients, argument 974 for client in clients: 998 def test_setup_tethering(log, provider, clients, network_generation=None, sa_5g=False): argument 1012 ensure_phones_idle(log, clients) 1042 for ad in clients: 1060 if not test_internet_connection(log, provider, clients, 1068 def enable_bluetooth_tethering_connection(log, provider, clients): argument 1069 for ad in [provider] + clients: 1092 for client in clients: 1100 for client in clients: [all …]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 170 self.clients = [] 172 self.clients.append(SoftApClient(device)) 173 self.primary_client = self.clients[0] 200 for client in self.clients: 210 for client in self.clients: 1601 len(self.clients) < 2, 'Test requires at least 2 SoftAPClients') 1613 for client in self.clients:
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | radvd_config.py | 25 clients=[], argument 200 self._clients = clients
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 200 // For some clients, the proto representation of {@link VendorConfigData} 209 // A collection of configs from vendor clients.
|
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/ |
D | radvd_test.py | 182 clients=['fe80::c66d:3c75:2cec:1d72', 'fe80::c66d:3c75:2cec:1d73'],
|
/tools/apksig/ |
D | README.md | 37 classes may change any time without regard to existing clients outside of `apksig` and `apksigner`._
|
/tools/test/connectivity/acts_tests/tests/google/nr/sa5g/ |
D | Sa5gDataTest.py | 57 self.clients = self.android_devices[1:]
|