D | adb_interface.py | 178 self, package_name, runner_name, timeout_time=60*10, argument 186 instrumentation_path = "%s/%s" % (package_name, runner_name) 263 self, package_name, runner_name, no_window_animation=False, argument 273 package_name, runner_name, no_window_animation=no_window_animation, 280 self, package_name, runner_name, no_window_animation=False, argument 285 package_name, runner_name, no_window_animation=no_window_animation, 357 def IsInstrumentationInstalled(self, package_name, runner_name): argument 359 instrumentation_path = "%s/%s" % (package_name, runner_name)
|