HomeSort by relevance Sort by last modified time
    Searched refs:dut1 (Results 1 - 6 of 6) sorted by null

  /test/vts/testcases/codelab/hello_world_multi/
VtsCodelabHelloWorldMultiDeviceTest.py 35 self.dut1 = self.android_devices[0]
37 self.shell1 = self.dut1.shell
  /test/vts/testcases/host/camera_its/
CameraITSTest.py 36 dut1: AndroidDevice instance, for 1st device whose front-facing camera
58 self.dut1 = self.android_devices[0]
66 if self.dut1.product_type in self._TABLET_TYPES:
67 temp_device = self.dut1
68 self.dut1 = self.dut2
76 self.device_arg = "device=%s" % self.dut1.serial
  /tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
AwareDiscoveryWithRangingTest.py     [all...]
RangeAwareTest.py 161 dut1 = self.android_devices[1]
164 id1, mac1 = autils.attach_with_identity(dut1)
176 dut1.droid.wifiAwarePublish(id1, p_config)
177 autils.wait_for_event(dut1, aconsts.SESSION_CB_ON_PUBLISH_STARTED)
188 # perform RTT from dut0 -> dut1
196 # perform RTT from dut1 -> dut0
198 self.run_rtt_discovery(dut1, resp_mac=mac0))
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DiscoveryTest.py     [all...]
DataPathTest.py     [all...]

Completed in 657 milliseconds