Home | History | Annotate | Download | only in tradefed

Lines Matching refs:serial

86          "serial": "emulator-5554", "sdk": "unknown"},
104 device_serial=dev_obj["serial"],
115 def AllocateDevice(serial):
119 serial: The serial number of the device.
121 return RemoteOperation("ALLOCATE_DEVICE", serial=serial)
124 def FreeDevice(serial):
128 serial: The serial number of the device.
130 return RemoteOperation("FREE_DEVICE", serial=serial)
149 def ExecuteCommand(serial, *command_args):
153 serial: The serial number of the device.
157 "EXEC_COMMAND", serial=serial, commandArgs=command_args)
160 def GetLastCommandResult(serial):
170 serial: The serial number of the device.
172 return RemoteOperation("GET_LAST_COMMAND_RESULT", serial=serial)