Lines Matching defs:self
31 def __init__(self, serial): argument
34 def run_adb_command(self, cmd, timeout=None): argument
42 def run_shell_command(self, cmd): argument
45 def wait_for_device(self, timeout=30): argument
48 def wait_for_prop(self, key, value, timeout=30): argument
63 def wait_for_service(self, name, timeout=30): argument
78 def wait_for_boot_complete(self, timeout=60): argument
81 def install_apk(self, apk_path): argument
87 def uninstall_package(self, package): argument
93 def run_instrumentation_test(self, option): argument
97 def is_process_alive(self, process_name): argument
105 def get_version_sdk(self): argument
108 def get_version_codename(self): argument
111 def get_density(self): argument
117 def get_orientation(self): argument