Home
last modified time | relevance | path

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

/development/testrunner/
Dadb_interface.py351 self._WaitForShellCommandContents("pm path android", "package:",
381 self._WaitForShellCommandContents("ps", name, wait_time)
395 self._WaitForShellCommandContents("ps", name, wait_time, invert=True)
397 def _WaitForShellCommandContents(self, command, expected, wait_time, member in AdbInterface