Searched refs:device_info (Results 1 – 1 of 1) sorted by relevance
265 device_info = device.shell_with_output(dumpsys_command)266 if device_info == "":269 begin = device_info.find("dev_nodeid")273 end = device_info.find(",", begin)277 dev_nodeid_info = device_info[begin:end].replace('"', "")284 device_info = device.execute_command_with_output(command)286 if device_info == "":288 dev_nodeid_info = re.findall(r"Uuid = (.*?\r\n)", device_info)298 device_info = device.execute_command_with_output(command)300 if device_info == "":[all …]