Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRttManagerTest.py70 RttParam.device_type: RttPeerType.PEER_TYPE_AP,
411 RttParam.device_type: 3
413 RttParam.device_type: 1,
416 RttParam.device_type: 1,
507 p[RttParam.device_type] = RttPeerType.PEER_TYPE_AP
526 p[RttParam.device_type] = RttPeerType.PEER_TYPE_AP
DWifiChaosTest.py138 device_type = device['ap_label']
139 if device_type == 'PCAP' and not device['lock_status']:
/tools/test/openhst/
Dstress_test_common.py58 def LoadDeviceConfig(device_type, serial_number): argument
81 RecursiveIncludeToConfig(device_type, print_error=True)
Dstress_test.py386 self.device_type = self.Command(["shell", "getprop",
388 self.name = "%s_%s" % (self.device_type, self.serial_number)
393 config = stress_test_common.LoadDeviceConfig(self.device_type,
821 device_pb.device_type = device.device_type
Dstress_test.proto175 string device_type = 1; field
/tools/test/connectivity/acts_tests/tests/google/bt/
DBtMetricsTest.py108 asserts.assert_equal(device_info.device_type,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto81 optional DeviceType device_type = 2; field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py244 device_type = "deviceType" variable in WifiEnums.RttParam