Searched refs:clients (Results 1 – 7 of 7) 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/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/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/test/connectivity/acts_tests/tests/google/nr/sa5g/ |
D | Sa5gDataTest.py | 57 self.clients = self.android_devices[1:]
|