Searched refs:get_command_pids (Results 1 – 3 of 3) sorted by relevance
92 adb_result = self._shell.get_command_pids('adb')93 fastboot_result = self._shell.get_command_pids('fastboot')
60 def get_command_pids(self, identifier): member in MockShellCommand
94 def get_command_pids(self, identifier): member in ShellCommand