Searched refs:device_type (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRttManagerTest.py | 70 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
|
D | WifiChaosTest.py | 138 device_type = device['ap_label'] 139 if device_type == 'PCAP' and not device['lock_status']:
|
/tools/test/openhst/ |
D | stress_test_common.py | 58 def LoadDeviceConfig(device_type, serial_number): argument 81 RecursiveIncludeToConfig(device_type, print_error=True)
|
D | stress_test.py | 386 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
|
D | stress_test.proto | 175 string device_type = 1; field
|
/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | BtMetricsTest.py | 108 asserts.assert_equal(device_info.device_type,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/ |
D | bluetooth.proto | 81 optional DeviceType device_type = 2; field
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 244 device_type = "deviceType" variable in WifiEnums.RttParam
|