Home
last modified time | relevance | path

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

/external/chromium_org/third_party/android_testrunner/
Dadb_interface.py325 self._WaitForShellCommandContents("pm path android", "package:",
346 self._WaitForShellCommandContents(command, "instrumentation:", wait_time,
368 self._WaitForShellCommandContents("ps", name, wait_time)
382 self._WaitForShellCommandContents("ps", name, wait_time, invert=True)
384 def _WaitForShellCommandContents(self, command, expected, wait_time, member in AdbInterface