Lines Matching refs:_INDENT
85 _INDENT = " " * 3 variable
336 representation.append("%s IP: %s" % (_INDENT, self._ip))
337 representation.append("%s create time: %s" % (_INDENT, self._createtime))
338 representation.append("%s elapse time: %s" % (_INDENT, self._elapsed_time))
339 representation.append("%s status: %s" % (_INDENT, self._status))
340 representation.append("%s avd type: %s" % (_INDENT, self._avd_type))
341 representation.append("%s display: %s" % (_INDENT, self._display))
342 representation.append("%s vnc: 127.0.0.1:%s" % (_INDENT, self._vnc_port))
343 representation.append("%s zone: %s" % (_INDENT, self._zone))
344 representation.append("%s autoconnect: %s" % (_INDENT, self._autoconnect))
345 representation.append("%s webrtc port: %s" % (_INDENT, self._webrtc_port))
347 (_INDENT, self._webrtc_forward_port))
352 (_INDENT, serial_ip, self._adb_port))
354 _INDENT, self._device_information["product"]))
356 _INDENT, self._device_information["model"]))
358 _INDENT, self._device_information["device"]))
360 _INDENT, self._device_information["transport_id"]))
362 representation.append("%s adb serial: disconnected" % _INDENT)
515 instance_home = "%s instance home: %s" % (_INDENT, self._instance_dir)