Home
last modified time | relevance | path

Searched refs:ads (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/controllers/
Dandroid_device.py102 ads = get_all_instances()
107 ads = get_instances(configs)
110 ads = get_instances_with_configs(configs)
112 for ad in ads:
118 _startServicesOnAds(ads)
119 return ads
122 def destroy(ads): argument
128 for ad in ads:
135 def _startServicesOnAds(ads): argument
145 for ad in ads:
[all …]
/test/vts-testcase/nbu/src/utils/
Dandroid_base_test.py27 self.ads = self.register_controller(android_device, min_number=2)
28 self.dut_a = self.ads[0]
29 self.dut_b = self.ads[1]