Searched refs:_WaitForShellCommandContents (Results 1 – 1 of 1) sorted by relevance
| /development/testrunner/ |
| D | adb_interface.py | 322 self._WaitForShellCommandContents("pm path android", "package:", 343 self._WaitForShellCommandContents(command, "instrumentation:", wait_time, 365 self._WaitForShellCommandContents("ps", name, wait_time) 379 self._WaitForShellCommandContents("ps", name, wait_time, invert=True) 381 def _WaitForShellCommandContents(self, command, expected, wait_time, member in AdbInterface
|