Home
last modified time | relevance | path

Searched refs:get_command_pids (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/tools/lab/metrics/
Dprocess_time_metric.py92 adb_result = self._shell.get_command_pids('adb')
93 fastboot_result = self._shell.get_command_pids('fastboot')
/tools/test/connectivity/tools/lab/tests/
Dfake.py60 def get_command_pids(self, identifier): member in MockShellCommand
/tools/test/connectivity/tools/lab/utils/
Dshell.py94 def get_command_pids(self, identifier): member in ShellCommand