/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_bt_utils.py | 32 def enable_bluetooth_tethering_connection(log, provider, clients): argument 33 for ad in [provider] + clients: 56 for client in clients: 64 for client in clients: 71 def verify_bluetooth_tethering_connection(log, provider, clients, argument 85 if not enable_bluetooth_tethering_connection(log, provider, clients): 88 if not test_internet_connection(log, provider, clients): 93 for caller, callee in [(provider, clients[0]), 94 (clients[0], provider)]: 102 log, clients[0], retries=1): [all …]
|
D | tel_data_utils.py | 989 def test_internet_connection(log, provider, clients, argument 993 for client in clients: 1019 clients, argument 1036 ensure_phones_idle(log, clients) 1066 for ad in clients: 1084 if not test_internet_connection(log, provider, clients, 1092 def test_tethering_wifi_and_voice_call(log, provider, clients, argument 1098 if not test_setup_tethering(log, provider, clients, provider_data_rat): 1103 (phone_setup_voice_general, (log, clients[0]))] 1115 provider, [clients[0]], [all …]
|
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gTetheringTest.py | 71 self.clients = self.android_devices[1:] 99 self.clients, 100 self.clients, 124 self.clients, 125 self.clients, 153 self.clients, 154 [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 | 73 self.clients = self.android_devices[1:]
|
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5gmmw/ |
D | Nsa5gMmwTetheringTest.py | 58 self.clients = self.android_devices[1:] 89 self.clients, 90 self.clients, 114 self.clients, 115 self.clients, 143 self.clients, 144 [self.clients[0]], 157 self.clients, 161 self.clients[0].droid.telephonyToggleDataConnection(True) 162 wifi_reset(self.log, self.clients[0]) [all …]
|
D | Nsa5gMmwDataTest.py | 69 self.clients = self.android_devices[1:]
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveDataTest.py | 124 self.clients = self.android_devices[1:] 709 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 713 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients) 731 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 735 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 754 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 758 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 777 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_4G): 781 return verify_bluetooth_tethering_connection(self.log, self.provider, self.clients, 800 if not test_setup_tethering(self.log, self.provider, self.clients, RAT_3G): [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_iperf_measurement.py | 64 self.clients = [] 82 if len(self.clients) == client_count and len( 90 self.clients = [ 98 for service in self.servers + self.clients: 103 for service in self.clients + self.servers: 109 for service in self.clients + self.servers: 112 self.clients.clear()
|
D | cmw500_iperf_measurement.py | 179 def clients(self): member in Cmw500IPerfMeasurement
|
/tools/netsim/rust/daemon/src/wifi/ |
D | medium.rs | 82 clients: RwLock<HashMap<u32, Client>>, field 98 clients: RwLock::new(HashMap::new()), in new() 105 let _ = self.clients.write().unwrap().entry(client_id).or_insert_with(|| { in add() 113 self.clients.write().unwrap().remove(&client_id); in remove() 117 if let Some(client) = self.clients.read().unwrap().get(&client_id) { in reset() 125 self.clients.read().unwrap().get(&client_id).map(|c| c.to_owned()) in get() 129 self.clients.read().unwrap().contains_key(&client_id) in contains_client() 231 for client_id in self.clients.read().unwrap().keys() { in send_response() 303 if let Some(client) = self.clients.read().unwrap().get(&client_id) { in set_enabled() 310 .clients in enabled() [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | radvd_config.py | 28 clients=[], argument 203 self._clients = clients
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/ |
D | BinaryCompatibilityInterfacesTest.kt | 77 fun `Add default method, if interface not implementable by clients (Compatible)`() { in Add default method, if interface not implementable by clients (Compatible)() 99 fun `Add default method, if interface implementable by clients (Incompatible)`() { in Add default method, if interface implementable by clients (Incompatible)()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 155 self.clients = [] 159 self.clients.append(client_wlan_device) 162 self.primary_client = self.clients[0] 194 for client in self.clients: 204 for client in self.clients: 1505 len(self.clients) < 2, 'Test requires at least 2 SoftAPClients') 1516 for client in self.clients:
|
/tools/metalava/ |
D | USAGE.md | 1 # Metalava usage by clients
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 202 // For some clients, the proto representation of {@link VendorConfigData} 211 // A collection of configs from vendor clients.
|
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/ |
D | radvd_test.py | 175 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 | 58 self.clients = self.android_devices[1:]
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 581 // allow existing clients help transition to the deduplicated representation; 582 // new clients should not use it.
|
D | failure_details.proto | 17 // than is conveyed with an exit code, to help those clients decide how to
|