Lines Matching refs:shell
419 self.shell = None
448 if self.shell:
449 self.shell.shell_default_nohup = value
480 id_str = self.adb.shell("id -un").strip().decode("utf-8")
577 out = self.adb.shell(cmd)
635 out = self.adb.shell('uname -m')
646 out = self.adb.shell(total_memory_command)
698 response = self.adb.shell(command)
932 res = self.adb.shell(cmd, no_except=True)
954 self.adb.shell("start")
982 self.adb.shell("stop")
1041 cmd_result = self.adb.shell.Execute("ps -A")
1098 self.adb.shell("setprop %s \"%s\"" % (name, value))
1119 out = self.adb.shell("getprop %s" % name, timeout=timeout)
1179 self.adb.shell("cat /data/local/tmp/vts_tcp_server_port"))
1188 self.shell = mirror_tracker.MirrorTracker(
1190 self.shell.shell_default_nohup = self.shell_default_nohup
1204 if self.shell:
1205 res &= self.shell.Heal()
1245 self.adb.shell('start %s' % LLKD)
1255 self.adb.shell('stop %s' % LLKD)
1283 self.adb.shell("\"" + " ; ".join(cleanup_commands) + "\"")
1370 out = self.adb.shell('%s | grep "S %s"' % (cmd, package_name))