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