Home | History | Annotate | Download | only in devlib

Lines Matching refs:adb_command

17 from devlib.utils.android import AdbConnection, AndroidProperties, LogcatMonitor, adb_command, adb_disconnect
1194 return adb_command(self.adb_name, "install {} '{}'".format(' '.join(flags), filepath), timeout=timeout)
1212 adb_command(self.adb_name, "uninstall {}".format(package), timeout=30)
1223 adb_command(self.adb_name, command, timeout=timeout)
1227 adb_command(self.adb_name, 'logcat -c', timeout=30)
1233 adb_command(self.adb_name, 'kill-server', timeout)
1236 adb_command(self.adb_name, 'wait-for-device', timeout)
1239 adb_command(self.adb_name, 'reboot-bootloader', timeout)
1245 adb_command(self.adb_name, 'root', timeout=30)
1248 adb_command(self.adb_name, 'unroot', timeout=30)