Searched refs:_GetDeviceFullName (Results 1 – 2 of 2) sorted by relevance
/tools/acloud/list/ |
D | instance.py | 297 def _GetDeviceFullName(device_serial, instance_name, elapsed_time, function 547 fullname = _GetDeviceFullName(adb_serial, name, None, webrtc_device_id) 795 fullname = _GetDeviceFullName(self.device_serial, name, elapsed_time) 971 fullname = _GetDeviceFullName("127.0.0.1:%d" % adb_port, name, 974 fullname = _GetDeviceFullName("not connected", name, 979 fullname = _GetDeviceFullName("terminated", name, elapsed_time,
|
D | instance_test.py | 456 self.assertEqual(expected_result, instance._GetDeviceFullName( 463 self.assertEqual(expected_result, instance._GetDeviceFullName(
|