Home | History | Annotate | Download | only in testrunner

Lines Matching refs:package

179     """Run instrumentation test for given package and runner.
182 separated into its package and runner components.
201 instrumentation_path: string. It should be the fully classified package
283 self, package, runner_name, no_window_animation=False, profile=False,
285 instrumentation_path = "%s/%s" % (package, runner_name)
319 """Waits for targeted device's package manager to be up.
328 logger.Log("Waiting for device package manager...")
331 # Query the package manager with a basic command
333 self._WaitForShellCommandContents("pm path android", "package:",
337 "Package manager did not respond after %s seconds" % wait_time)
436 # Query the package manager with a basic command
455 Blocks until device package manager is responding.
463 WaitForResponseTimedOutError if package manager does not respond
514 Blocks until the reset is complete and the package manager
523 WaitForResponseTimedOutError if package manager does not respond